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 da3c78d commit 0dbc294Copy full SHA for 0dbc294
flutter/lib/src/sentry_flutter_options.dart
@@ -7,8 +7,9 @@ import 'package:flutter/widgets.dart';
7
import 'binding_wrapper.dart';
8
import 'renderer/renderer.dart';
9
import 'screenshot/sentry_screenshot_quality.dart';
10
+import 'event_processor/screenshot_event_processor.dart';
11
-/// This class adds options which are only availble in a Flutter environment.
12
+/// This class adds options which are only available in a Flutter environment.
13
/// Note that some of these options require native Sentry integration, which is
14
/// not available on all platforms.
15
class SentryFlutterOptions extends SentryOptions {
0 commit comments