How to watch recordings

Last updated:

|Edit this page

To watch recordings, you can visit the Replay page. When watching replays, you can change the playback speed, as well as select the option 'skip inactivity' - this skips parts of the recording where the user was inactive on the page.

You can also watch recordings by clicking on any data point in an insight. This opens a list of persons and displays a "watch recording" button if available. This is especially useful in funnels, where you can drill down and watch recordings of users who converted or dropped off.

You can also click into the "Recordings" tab for a person to view all their recordings.

How to create a playlist

It's possible to specify a create dynamic playlists of replays that you're interested in. To do so, go to the Playlists tab and click "New playlist". You'll then have the option to apply filters to specify the criteria videos in the playlist should meet, for example:

  • Recording time and duration.
  • Event and action filters.
  • Person and cohort filters. These require capturing identified events.
  • Console log level filters: Log, warn, and error.

Further reading

Questions?

Was this page useful?

Next article

How to control which sessions you record

There are several ways to control which sessions you record: Programmatically start and stop recordings Ensure your domain is added to the authorized domains list . Set disable_session_recording: true in your config . Manually start recording by calling posthog.startSessionRecording() . Similarly, you can stop the recording at any point by calling posthog.stopSessionRecording() . With feature flags You can select a feature flag to control whether to record sessions or not. Recordings…

Read next article