Skip to content

Commit e72e124

Browse files
committed
fix documentation
1 parent 4d5b3c0 commit e72e124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/src/sentry_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ final sentryWidgetGlobalKey = GlobalKey(debugLabel: 'sentry_widget');
77
/// Ideally you are adding it around your app widget like in the following
88
/// example.
99
/// ```dart
10-
/// runApp(SentryScreenshot(child: App()));
10+
/// runApp(SentryWidget(child: App()));
1111
/// ```
1212
///
1313
/// Remarks:

0 commit comments

Comments
 (0)