Skip to content

Commit 07e67a3

Browse files
committed
update
1 parent 18a3fdf commit 07e67a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Future<void> setupSentry(AppRunner appRunner, String dsn,
7878
// going to log too much for your app, but can be useful when figuring out
7979
// configuration issues, e.g. finding out why your events are not uploaded.
8080
options.debug = true;
81-
options.enableTimeToFullDisplayTracing = true;
81+
// options.enableTimeToFullDisplayTracing = true;
8282

8383
options.maxRequestBodySize = MaxRequestBodySize.always;
8484
options.maxResponseBodySize = MaxResponseBodySize.always;

0 commit comments

Comments
 (0)