Skip to content

Commit

Permalink
also set on options
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Mar 5, 2024
1 parent 0972a49 commit 97b6bbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Future<void> setupSentry(
options.beforeSend = beforeSendCallback;
}

options.captureFailedRequests = true;
options.beforeInitNativeSdk = (arguments) {
arguments['captureFailedRequests'] = false;
return arguments;
Expand Down

0 comments on commit 97b6bbf

Please sign in to comment.