You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/docs/session-replay/session-replay-web.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,9 +99,9 @@ For any questions about early mobile access, please reach out to your Account Ma
99
99
By default, all on-screen text elements are masked in replays. Additionally, you can customize how you initialize our SDK to fully control (1) where to record and (2) whom to record. For more details, please see our [implementation docs](/docs/tracking-methods/sdks/javascript#session-replay).
100
100
101
101
### How can I estimate how many replays I'll have?
102
-
If you already use Mixpanel, the simplest way to estimate the amount of replays is to use a proxy metric for how many page loads you have. If you use timeoutbased query sessions, Total Session Start events in the Insights report could be a good estimate.
102
+
If you already use Mixpanel, Session Start events are a way to estimate the rough amount of replays you might expect. This is especially true if you use timeout-based query sessions. However, because our sessions are defined at query time, we cannot guarantee these metrics will be directly correlated.
103
103
104
-
Then, when you enable Session Replay, use that metric and the sampling percentage to determine how many replays will be sent.
104
+
When you enable Session Replay, use the above proxy metric (or something similar) to determine a starting sampling percentage, which will determine how many replays will be sent. You can always adjust this as you go to calibrate to the right level.
105
105
106
106
### Am I able to sample our session replay collection rate?
107
107
@@ -144,9 +144,6 @@ For extensions like uBlock, you can navigate to "My Filters" in the extension se
144
144
@@||mxpnl.com^$domain=mxpnl.com
145
145
```
146
146
147
-
### How do Session Replays work when navigating between pages that are full page loads?
148
-
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.
149
-
150
147
### Why don't I see the ‘View Replays’ button?
151
148
152
149
You won't see the 'View Replays' button if your Organization is on an older plan. You will need to update to the [latest plan](/docs/session-replay/session-replay-web#availability) to view session replays.
0 commit comments