Skip to main content
Flashduty RUM’s session replay feature helps developers quickly locate issues, analyze user behavior, and optimize product experience by intuitively recreating user operation paths. Integrated into the RUM SDK, it can be enabled with simple configuration, supporting flexible sampling strategies and privacy rule settings.

Session List

In the “Session Replay” menu, you can view recent session records, sorted by time in descending order by default. Supported Features:
  • Sort by session duration, view count, action count, exception count, and other fields
  • Rich filter conditions (such as time range, page, tags, etc.)
Click on any record to open the player panel:
AreaDescription
Information Display AreaShows session visit time, start and end pages, tags, and other contextual information
Playback AreaRecreates operation path from user’s perspective, clearly showing user interaction details
Playback Control AreaProvides playback control functions for easy operation
Session Replay Panel
For quick browsing, only replays with duration greater than 3 seconds are shown in the list.

Player

The player supports play, pause, fast forward, rewind, replay, speed control, fullscreen, and seek functions, with keyboard shortcut support to improve efficiency.
Player Interface
During playback, the timeline marks user actions (Action) and exceptions (Error) with different colored icons, allowing quick overview of key events in the session.
By default, the player automatically skips inactive segments to improve viewing efficiency. You can also disable this feature through configuration to play completely in actual time sequence.
Inactive Segment Configuration

Devtools

Through the “View All Events and Exceptions” feature, you can enter widescreen mode to view the session’s operation timeline and detailed analysis.
Shows all user operations in the session, supporting the following features:
  • Toggle between relative time and absolute time display
  • Filter by event type (such as clicks, page navigation, etc.)
  • Click on a specific event, and the player will automatically jump to the corresponding timestamp
Event Timeline

Next Steps

Privacy Protection

Learn about privacy protection settings