Skip to content

Commit 3e4f9b7

Browse files
committed
remove not needed async
1 parent 399b8a9 commit 3e4f9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Future<void> main() async {
3131

3232
Future<void> setupSentry(AppRunner appRunner) async {
3333
await SentryFlutter.init(
34-
(options) async {
34+
(options) {
3535
options.dsn = _exampleDsn;
3636
options.tracesSampleRate = 1.0;
3737
options.reportPackages = false;

0 commit comments

Comments
 (0)