We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399b8a9 commit 3e4f9b7Copy full SHA for 3e4f9b7
flutter/example/lib/main.dart
@@ -31,7 +31,7 @@ Future<void> main() async {
31
32
Future<void> setupSentry(AppRunner appRunner) async {
33
await SentryFlutter.init(
34
- (options) async {
+ (options) {
35
options.dsn = _exampleDsn;
36
options.tracesSampleRate = 1.0;
37
options.reportPackages = false;
0 commit comments