Skip to main content

Session Replay

Session Replay enables you to capture and review how users interact with your website or application. By watching recorded user sessions, you can:

  • Gain deep insights into user behavior and navigation patterns
  • Identify and troubleshoot user experience issues
  • Understand friction points in your conversion funnel
  • Make data-driven decisions to enhance your product

This powerful feature helps teams improve their application's usability and overall user experience through direct observation of real user interactions.

Getting Started

1. Enable Session Replay

Navigate to the Feature Flags section and enable the session_replay flag. You can configure this flag to target:

  • Specific environments
  • Individual companies
  • Selected user groups
  • A percentage of random users

Enable Session Replay

2. Watch Recorded Sessions

Access recorded sessions through the Sessions view and click the "replay" button to start playback.

Watch Session

Privacy Settings

Input Field Handling

By default, all form inputs are masked for privacy. To enable input recording:

devunusClient.init(key, {
record_form_inputs: true,
});

Note: Password fields are always masked regardless of settings.

Element Privacy Controls

Add these CSS classes to control recording behavior:

  • .rr-block - Prevents recording of the element completely
  • .rr-mask - Masks the text content of the element and its children

Data Retention

All session recordings are automatically deleted after 30 days.