Skip to content

Commit f191cef

Browse files
authored
Update SR4M GA for React Native
1 parent 2deb199 commit f191cef

File tree

1 file changed

+3
-13
lines changed
  • docs/platforms/react-native/session-replay

1 file changed

+3
-13
lines changed

docs/platforms/react-native/session-replay/index.mdx

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22
title: Set Up Session Replay
33
sidebar_order: 5500
44
notSupported:
5-
description: "Learn how to enable the Beta of Mobile Session Replay in your app."
5+
description: "Learn how to enable Session Replay in your mobile app."
66
---
77

8-
<Note>
9-
10-
Mobile support for Session Replay is in Beta. Features available in Beta are still work-in-progress and may have bugs. We recognize the irony.
11-
12-
If you have any questions, feedback or would like to report a bug, please open a [GitHub issue](https://github.com/getsentry/sentry-react-native/issues/new?assignees=&labels=Platform%3A+React-Native%2CType%3A+%F0%9F%AA%B2+Bug&projects=&template=BUG_REPORT.md) with a link to a relevant replay in Sentry if possible.
13-
14-
</Note>
15-
168
[Session Replay](/product/explore/session-replay/) helps you get to the root cause of an error or latency issue faster by providing you with a reproduction of what was happening in the user's device before, during, and after the issue. You can rewind and replay your application's state and see key user interactions, like taps, swipes, network requests, and console entries, in a single UI.
179

1810
By default, our Session Replay SDK masks all text content, images, and user input, giving you heightened confidence that no sensitive data will leave the device. To learn more, see [product docs](/product/explore/session-replay/).
@@ -46,10 +38,8 @@ import * as Sentry from "@sentry/react-native";
4638

4739
Sentry.init({
4840
dsn: "___PUBLIC_DSN___",
49-
_experiments: {
50-
replaysSessionSampleRate: 1.0,
51-
replaysOnErrorSampleRate: 1.0,
52-
},
41+
replaysSessionSampleRate: 1.0,
42+
replaysOnErrorSampleRate: 1.0,
5343
integrations: [Sentry.mobileReplayIntegration()],
5444
});
5545
```

0 commit comments

Comments
 (0)