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 7f7955b commit a2d37beCopy full SHA for a2d37be
includes/troubleshooting/flutter/enable_multi_view.mdx
@@ -5,9 +5,7 @@ import 'package:sentry_flutter/sentry_flutter.dart';
5
import 'package:sentry_flutter/src/integrations/widgets_binding_integration.dart';
6
import 'dart:ui' show FlutterView;
7
8
-// ATTENTION: Change the DSN below with your own to see the events in Sentry. Get one at sentry.io
9
-const String exampleDsn =
10
- 'https://[email protected]/5428562';
+const String exampleDsn = '___DSN___';
11
12
Future<void> main() async {
13
await SentryFlutter.init(
0 commit comments