Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Dec 8, 2024
1 parent 5c6f634 commit e1d7e94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ Future<void> startSentryApp(Widget child) async {
..screenshotQuality = SentryScreenshotQuality.low
..attachScreenshotOnlyWhenResumed = true
..experimental.replay.sessionSampleRate = dynamicConfigInfo.sentryReplay
..experimental.replay.maskAllText = false
..experimental.replay.maskAllImages = false
..experimental.replay.onErrorSampleRate = dynamicConfigInfo.sentryReplay;
},
// Init your App.
Expand Down

0 comments on commit e1d7e94

Please sign in to comment.