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 cee56f3 commit 1845ebaCopy full SHA for 1845eba
flutter/test/sentry_flutter_test.dart
@@ -665,7 +665,7 @@ void main() {
665
test(
666
'should add DartExceptionTypeIdentifier and FlutterExceptionTypeIdentifier by default',
667
() async {
668
- SentryOptions? actualOptions = null;
+ SentryOptions? actualOptions;
669
await SentryFlutter.init(
670
(options) {
671
options.dsn = fakeDsn;
0 commit comments