Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pages/docs/session-replay.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ Session Replay is available for customers on Free, Growth, and Enterprise plans.

## Implementation

Session Replay is supported on three primary platforms: Web, iOS, and Android. You can use Session Replay with CDPs (e.g., Segment and mParticle) on both Web and Mobile. We also support Electron desktop apps.
Session Replay is supported on four primary platforms: Web, iOS, Android, and React Native (Beta). You can use Session Replay with CDPs (e.g., Segment and mParticle) on both Web and Mobile. We also support Electron desktop apps.

See our developer guides on implementing Session Replay for these platforms below:

<Cards>
<Cards.Card icon title="Web" href="/docs/tracking-methods/sdks/javascript/javascript-replay" />
<Cards.Card icon title="iOS" href="/docs/tracking-methods/sdks/swift/swift-replay" />
<Cards.Card icon title="Android" href="/docs/tracking-methods/sdks/android/android-replay" />
<Cards.Card icon title="React Native (Beta)" href="/docs/tracking-methods/sdks/react-native/react-native-replay" />
</Cards>

## Watching Replays
Expand Down