Skip to content

Commit a2d37be

Browse files
martinhaintzkahest
andauthored
Update includes/troubleshooting/flutter/enable_multi_view.mdx
Co-authored-by: Karl Heinz Struggl <[email protected]>
1 parent 7f7955b commit a2d37be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

includes/troubleshooting/flutter/enable_multi_view.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import 'package:sentry_flutter/sentry_flutter.dart';
55
import 'package:sentry_flutter/src/integrations/widgets_binding_integration.dart';
66
import 'dart:ui' show FlutterView;
77
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';
8+
const String exampleDsn = '___DSN___';
119
1210
Future<void> main() async {
1311
await SentryFlutter.init(

0 commit comments

Comments
 (0)