Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Nov 17, 2024
1 parent 339c37c commit 99eca1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ Future<void> main() async {
..tracesSampleRate = dynamicConfigInfo.sentryTraces
..profilesSampleRate = dynamicConfigInfo.sentryProfiles
..attachThreads = true
..anrEnabled = true
..beforeSend = beforeSend
..enableMetrics = true
..reportPackages = false
..attachStacktrace = true
..attachScreenshot = true
..attachViewHierarchy = true
..screenshotQuality = low
..attachViewHierarchy = false
..experimental.replay.sessionSampleRate = dynamicConfigInfo.sentryReplay;
},
// Init your App.
Expand Down

0 comments on commit 99eca1d

Please sign in to comment.