docs(rokt): session management guidance for the kit - #821
docs(rokt): session management guidance for the kit#821nickolas-dimitrakas wants to merge 1 commit into
Conversation
PR SummaryLow Risk Overview Adds a Session management section to the kit README. It explains that anonymous→identified keeps the session, while a different user or logout ends it; recommends logging out or identifying the next customer between kiosk transactions; and notes that Reviewed by Cursor Bugbot for commit d97c61c. Bugbot is set up for automated code reviews on this repo. Configure here. |
📦 SDK Size Impact ReportMeasures how much the SDK adds to an app's size (with-SDK minus without-SDK).
➡️ SDK size impact change is minimal. Raw measurementsTarget branch (main): {"baseline_app_size_kb":84,"baseline_executable_size_bytes":75464,"with_sdk_app_size_kb":1936,"with_sdk_executable_size_bytes":76312,"sdk_impact_kb":1852,"sdk_executable_impact_bytes":848,"xcframework_size_kb":6664}This PR: {"baseline_app_size_kb":84,"baseline_executable_size_bytes":75464,"with_sdk_app_size_kb":1936,"with_sdk_executable_size_bytes":76312,"sdk_impact_kb":1852,"sdk_executable_impact_bytes":848,"xcframework_size_kb":6664} |
Documents the automatic identity-driven session behaviour (typed transitions), the recommended kiosk pattern (logout between customers), the manual MPRokt.clearSession escape hatch, and when the new session begins. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
a2a87e1 to
d97c61c
Compare
What
Kit README section documenting session management — the mParticle-side counterpart of the SDK docs in ROKT/rokt-sdk-ios#299:
MPRokt.clearSession()escape hatch from feat(rokt): add MPRokt clearSession passthrough #818, when the new session begins, no-op/idempotency notes, and the collision-safety of combining manual + automaticDocs only. Stacked on #819 — its base is that branch; retargets to the default branch cleanly once #819 lands.
🤖 Generated with Claude Code