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 31837bc commit 5b5d54aCopy full SHA for 5b5d54a
flutter/README.md
@@ -58,7 +58,6 @@ Future<void> main() async {
58
59
runApp(MyApp());
60
}, (exception, stackTrace) async {
61
- // Your code here...
62
await Sentry.captureException(exception, stackTrace: stackTrace);
63
});
64
}
0 commit comments