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 d01bb25 commit 2e204d4Copy full SHA for 2e204d4
flutter/lib/src/widgets_binding_observer.dart
@@ -21,7 +21,7 @@ class SentryWidgetsBindingObserver with WidgetsBindingObserver {
21
SentryWidgetsBindingObserver({
22
Hub? hub,
23
required SentryFlutterOptions options,
24
- }) : _hub = hub ?? HubAdapter(),
+ }) : _hub = hub ?? HubAdapter(),
25
_options = options;
26
27
final Hub _hub;
0 commit comments