Session Replay
/replay lists every recorded session for your workspace.
The list
Each row shows:
- User — the
distinct_id. - Duration — how long the session lasted.
- Events — number of recorded interactions.
- Chunks — replay chunks captured.
- Last seen — most recent timestamp.
Click Watch → to open the player at /replay/:sessionId.
The player
Controls:
- Speed — 0.5×, 1×, 2×, or 4×.
- Play / Pause.
- Skip inactive — skip over idle periods (on by default).
No sessions yet?
Replay is opt-in. The SDK must call TrackCrumb.startReplay() on the user’s session for it to be recorded. If you expect replays and see none, check your SDK init options.