Documentation Index
Fetch the complete documentation index at: https://revlytics.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Session list
The Sessions page shows a list of all recorded sessions with:- Session ID
- Visitor location
- Browser and OS
- Number of pages viewed
- Session duration
- Timestamp
Session replay
Click on any session to open the replay player. The player reconstructs the user’s experience using recorded DOM snapshots and incremental changes.Player controls
- Play / Pause — Start or stop playback
- Timeline scrubber — Jump to any point in the session
- Speed control — 1x, 2x, 4x, 8x playback speed
What’s recorded
- DOM changes (text, attributes, structure)
- Mouse movements and clicks
- Scroll position
- Window resize events
- Form interactions (inputs are masked by default)
What’s NOT recorded
- Actual input values (masked for privacy)
- Network requests
- Console logs
- Cookies or localStorage
Replay requirements
Session replay requires therrweb recording to be enabled (it’s on by default). Sessions recorded with data-no-replay or excluded by data-replay-sample-rate won’t have replay available.
See Session Replay for configuration options.