We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e17737 commit b4f170cCopy full SHA for b4f170c
docs/platforms/apple/guides/ios/session-replay/index.mdx
@@ -39,7 +39,7 @@ SentrySDK.start(configureOptions: { options in
39
options.debug = true
40
41
options.sessionReplay.onErrorSampleRate = 1.0
42
- options.sessionReplay.sessionSampleRate = 1.0
+ options.sessionReplay.sessionSampleRate = 0.1
43
})
44
```
45
docs/platforms/react-native/session-replay/index.mdx
@@ -38,7 +38,7 @@ import * as Sentry from "@sentry/react-native";
38
Sentry.init({
dsn: "___PUBLIC_DSN___",
- replaysSessionSampleRate: 1.0,
+ replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
integrations: [Sentry.mobileReplayIntegration()],
});
0 commit comments