Skip to content

Commit 1f24cf2

Browse files
committed
remove debug code
1 parent 8ffd2a7 commit 1f24cf2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flutter/example/lib/main.dart

-4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ Future<void> setupSentry(AppRunner appRunner, String dsn,
7979
options.maxRequestBodySize = MaxRequestBodySize.always;
8080
options.maxResponseBodySize = MaxResponseBodySize.always;
8181

82-
options.enableAutoNativeBreadcrumbs = false;
83-
options.recordHttpBreadcrumbs = false;
84-
options.captureFailedRequests = false;
85-
8682
_isIntegrationTest = isIntegrationTest;
8783
if (_isIntegrationTest) {
8884
options.dist = '1';

0 commit comments

Comments
 (0)