Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Feb 19, 2024
1 parent 8ffd2a7 commit 1f24cf2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ Future<void> setupSentry(AppRunner appRunner, String dsn,
options.maxRequestBodySize = MaxRequestBodySize.always;
options.maxResponseBodySize = MaxResponseBodySize.always;

options.enableAutoNativeBreadcrumbs = false;
options.recordHttpBreadcrumbs = false;
options.captureFailedRequests = false;

_isIntegrationTest = isIntegrationTest;
if (_isIntegrationTest) {
options.dist = '1';
Expand Down

0 comments on commit 1f24cf2

Please sign in to comment.