Skip to content

Commit e6b9028

Browse files
authored
Update session-replay-web.md (#1767)
"Why can't I view Replays from my Insights or Funnels chart?" section was repeated.
1 parent 85eece6 commit e6b9028

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pages/docs/session-replay/session-replay-web.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,17 +147,10 @@ For extensions like uBlock, you can navigate to "My Filters" in the extension se
147147
### How do Session Replays work when navigating between pages that are full page loads?
148148
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.
149149

150-
151150
### Why don't I see the ‘View Replays’ button?
152151

153152
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.
154153

155-
### Why can't I view Replays from my Insights or Funnels chart?
156-
157-
Mixpanel looks for the `$mp_replay_id` property on your events in order to determine which replay it belongs to. If you have instrumented both Replays and Events using the Mixpanel JavaScript SDK, the `$mp_replay_id` will automatically be added to events sent by the SDK.
158-
159-
For CDP implementations, look below for instructions on how to configure the SDKs together. To get the relevant Session Replay properties from the SDK, use `mixpanel.get_session_recording_properties()`. [See documentation](/docs/tracking-methods/sdks/javascript#get-replay-properties).
160-
161154
### Can I use Session Replay with a CDP?
162155

163156
Yes. You can use Session Replay with CDPs like Segment and mParticle.

0 commit comments

Comments
 (0)