Skip to content

Commit 5846d30

Browse files
fix: 6020 - disable automatic report of failed http connections (#6378)
1 parent 31097e1 commit 5846d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/smooth_app/lib/helpers/analytics_helper.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ class AnalyticsHelper {
250250
options
251251
..tracesSampleRate = 1.0
252252
..beforeSend = _beforeSend
253+
..captureFailedRequests = false
253254
..environment =
254255
'${GlobalVars.storeLabel.name}-${GlobalVars.scannerLabel.name}';
255256
},

0 commit comments

Comments
 (0)