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 cdcc66b commit d6ec4b1Copy full SHA for d6ec4b1
docs/platforms/dart/guides/flutter/session-replay/index.mdx
@@ -33,7 +33,7 @@ To set up replay, enable it by setting a non-zero sample rate and wrapping your
33
```dart
34
await SentryFlutter.init(
35
(options) {
36
- options.dsn = '__DSN__';
+ options.dsn = '___DSN___';
37
options.replay.sessionSampleRate = 1.0;
38
options.replay.onErrorSampleRate = 1.0;
39
},
0 commit comments