What a session includes
- Replay events: everything needed to reconstruct what the user saw and did, minus masked or blocked content, which never leaves the browser.
- Identity: anonymous by default; your own user ID and traits if you call
identify(). - App version: detected automatically or set via config, so sessions can be tied to releases.
- Geo: resolved at country level. City-level resolution is coming soon.
- Environment: live or test, determined by the API key used to record. See Environments.
Session boundaries
A session continues across page loads within the same visit (persistSession, on by default). After 30 minutes of inactivity (configurable via maxIdleTime), activity counts as a new session.
Storage
- Raw session replays are stored as compressed archives.
- When the state engine processes a session, it captures screenshots of each meaningful screen; these are stored and used for analysis and shown in the dashboard.