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 56117c6 commit f326ff2Copy full SHA for f326ff2
CHANGELOG.md
@@ -18,6 +18,7 @@
18
Sentry.init({
19
replaysSessionSampleRate: 1.0,
20
replaysSessionQuality: 'low', // possible values: low, medium (default), high
21
+ integrations: [Sentry.mobileReplayIntegration()],
22
});
23
```
24
0 commit comments