Skip to content

Commit

Permalink
Update session-replay-web.md (#1479)
Browse files Browse the repository at this point in the history
adding info about full page loads for session replay (web)

Co-authored-by: Patrick Mackle <[email protected]>
  • Loading branch information
Tofufu and pmackle authored Oct 2, 2024
1 parent 4411114 commit 6dac5ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/docs/session-replay/session-replay-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ How the SDK works on your site – the gist:

We've tested the SDK extensively and it generally has minimal impact on how your website performs. The initial snapshot takes a bit of work, and naturally, more complex and interactive pages generate more data for rrweb and Mixpanel to handle. So, it's always a good practice to do some performance testing after you've implemented Session Replay, just to be sure everything's running smoothly.

### How do Session Replays work when navigating between pages that are full page loads?

If your web application relies on full page loads (where the entire page is reloaded when navigating from one page to another), a new Session Replay recording `$mp_replay_id` will be created when navigating to each page. This occurs because the Mixpanel instance is reloaded again when navigating between pages.


## Appendix: Session Replay Privacy Controls
**Last updated July 30th, 2024**
Expand Down

0 comments on commit 6dac5ff

Please sign in to comment.