Replay recordings
rrweb Cloud can replay one recording or compose several related recordings into one timeline. Start with the viewing experience you need:
Replay a recording without writing code
Open the rrweb Cloud dashboard when a team member needs to find, inspect, and replay a recording without writing code. It is the quickest path for internal debugging and support.
Embed or share a hosted replay
Use Cloud's hosted player when your application needs an embed or a temporary, scoped share link; the same workflow can also render a PNG, JPEG, or WebP screenshot.
Build a custom replay player or UI
Retrieve events through a trusted application boundary, then initialize rrwebPlayer in the browser; this path fits when you need your own authorization, layout, metadata, or controls.
Configure or troubleshoot an advanced replay integration
Use the advanced guide for programmatic playback controls, replayer options, plugins, large recordings, compatibility checks, damaged event streams, and the boundary between Cloud ingestion and rrweb live mode.
Advanced replay and troubleshooting
Moved sections
The replay guide was split into focused tasks. Existing bookmarks continue at these destinations:
- Replay overview
- Install rrweb-player
- Install from the CDN
- Set up replay
- Fetch events securely
- Initialize rrwebPlayer
- Use the hosted player endpoint
- Use the screenshot endpoint
- Use the @rrweb/replay package
- Use advanced replay features
- Understand the live replay boundary
- Control playback
- Handle custom events
- Configure the Replayer
- Review replay configuration and recording privacy
- Configure replay styling
- Use replay plugins
- Install replay plugins
- Build a replay plugin
- Handle large recordings
- List and search recordings
- Troubleshoot replay
- Choose your next replay task