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 4d5b3c0 commit e72e124Copy full SHA for e72e124
flutter/lib/src/sentry_widget.dart
@@ -7,7 +7,7 @@ final sentryWidgetGlobalKey = GlobalKey(debugLabel: 'sentry_widget');
7
/// Ideally you are adding it around your app widget like in the following
8
/// example.
9
/// ```dart
10
-/// runApp(SentryScreenshot(child: App()));
+/// runApp(SentryWidget(child: App()));
11
/// ```
12
///
13
/// Remarks:
0 commit comments