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 90c806d commit 3a3f962Copy full SHA for 3a3f962
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