Requirements and restrictions for Session Replay
Note
When you view a recording, its content may differ from what the site looks like at the moment. This is because Session Replay captures the site’s HTML content at the time of the session, not when you’re viewing the recording.
Recording Flash content
- Session Replay doesn't support Flash content and can't process recordings of sites with such content correctly.
Recording video and audio content
- Session Replay doesn't record the content of HTML
audio
andvideo
elements and how the user interacts with them, if theAudio
andVideo
objects are modified inside these elements.
Recording browser tabs in private browsing mode
- Session Replay may incorrectly record information about tabs in browser’s private mode (for example, Incognito in Yandex Browser).
Recording iframe contents from another domain
- For Session Replay to record iframe contents where the address differs from the site address, configure the tag in a special way.
Recording pages with layout errors
- Session Replay may inaccurately record sessions on pages with a layout that does not meet W3C standards.
Recording pages with flexible layout
- Sessions on pages with flexible layouts will be replayed correctly, even if the resolution of the user’s screen is not the same as the replay screen. During playback, you might see small cursor jumps due to different relative positioning of elements on the recorded and replayed pages.
Using Session Replay 2.0 for frequently updated CSS files
- If your site frequently updates CSS, add the content hash to the style file names. This will make the file name change every time you update its contents. For example,
style.390b32d4d49d5e7d.css
will becomestyle.0c573d460df87d4de5a4.css
. This lets Session Replay use the style that the site visitor sees when it records a session.
Using Session Replay if the site has multiple tags
- In this case, enable Session Replay on just one of the installed tags. If Session Replay is enabled for all tags, the data for all tags is recorded incorrectly.
Valid HTML layout on pages
- If there are a large number of HTML markup errors (unclosed tags, incorrect nestings, etc.), this may lead to inaccuracies in session replays. Session Replay usually adapts to such errors, but having correct HTML structure on site pages is preferable.
Limit on number of recordings per day
- In a single day, Session Replay records a sufficient number of sessions to form a representative sample. The number of sessions recorded throughout the day is determined by a special algorithm and may vary.
Limit on period for storing recordings
- Data is stored for 15 days, including the current day.
Processing WebP media files
- Session Replay does not have the ability to process media files in the WebP format.
Processing styles
- If the site uses runtime styles (including from the Data Styled Components series), Session Replay does not record sessions or records them incorrectly. We recommend using classic styles.
Support for Shadow DOM
- Session Replay does not support Shadow DOM technologies.
Browser support
-
Session Replay supports session recordings for most modern desktop browsers, including Yandex Browser, Google Chrome, Firefox, Safari, Opera, and Microsoft Edge. There is limited support for recording in beta versions and in certain mobile browsers. There is also limited support for session recording and playback in Internet Explorer (any version).
Different browsers may process the same page in different ways. This means that to accurately replay a session, you should use the same browser as it was originally recorded in.
Canvas support
- Session Replay doesn’t record site content if it is displayed using the canvas element.
Support for the outdated code snippet
- By default, Yandex Metrica uses a new code snippet. To use Webvisor, replace the old snippet with the new one on all of your site's pages. You can find it on the Settings page. If the site has the old snippet installed and you want to use Session Replay 1.0, select the Obsolete tag code option.
Recommended site encoding
- Session Replay correctly records user actions if the site uses UTF-8 encoding.
Useful links |
Online training |
Styles that are generated when the page loads.