What we capture
Session replay captures a copy of your website, as well as the following user/behavioral events:
- Pageviews
- Clicks
- Inputs
- Tap and mouse clicks
- Scrolls and swipes
- Long loading spinners
- Session time (active time)
- Rage clicks
- Frequent refreshes
- Site errors
- JS errors
Session replay is retroactive. You can create an event today and view a replay from the past as long as session replay was already turned on at that time.
What we don't capture
By default, we don’t capture any input field information. You can define specific inclusions or exclusions at the element or page level to avoid capturing sensitive information.
Passwords are not captured as long as the password fields have been tagged appropriately in the DOM (e.g. <input type="password">).
Heap does not capture DOM mutations for the following elements because the browser does not provide an efficient method to monitor and capture changes to these elements:
- Canvas
- WebGL
- Plugins such as Flash, Java, Silverlight, etc.
- Lottie Animations (web and mobile)
- ShadowDOM ( For Heatmaps, see Do Heatmaps work with a Shadow DOM?)