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 5966679 commit 604867eCopy full SHA for 604867e
docs/platforms/react-native/session-replay/index.mdx
@@ -40,7 +40,10 @@ Sentry.init({
40
dsn: "___PUBLIC_DSN___",
41
replaysSessionSampleRate: 0.1,
42
replaysOnErrorSampleRate: 1.0,
43
- integrations: [Sentry.mobileReplayIntegration()],
+ integrations: [Sentry.mobileReplayIntegration({
44
+ // We recommend the ~5x more performant experimental view renderer
45
+ enableExperimentalViewRenderer: true,
46
+ })],
47
});
48
```
49
0 commit comments