Skip to content

Commit

Permalink
sentry changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Dec 4, 2024
1 parent 5a87fc1 commit 8a1020f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
3 changes: 2 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,11 @@ Future<void> startSentryApp(Widget child) async {
..reportPackages = false
..attachScreenshot = true
..screenshotQuality = SentryScreenshotQuality.low
..attachScreenshotOnlyWhenResumed = true
..experimental.replay.sessionSampleRate = dynamicConfigInfo.sentryReplay
..experimental.replay.maskAllText = false
..experimental.replay.maskAllImages = false
..experimental.replay.onErrorSampleRate = 1.0;
..experimental.replay.onErrorSampleRate = dynamicConfigInfo.sentryReplay;
},
// Init your App.
// ignore: missing_provider_scope
Expand Down
22 changes: 7 additions & 15 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -673,10 +673,10 @@ packages:
dependency: "direct main"
description:
name: flutter_foreground_task
sha256: "6c073b3653efdf540c67d4ed67301a9806738eb8ee31046839d2c64f83d771b5"
sha256: "206017ee1bf864f34b8d7bce664a172717caa21af8da23f55866470dfe316644"
url: "https://pub.dev"
source: hosted
version: "8.14.0"
version: "8.17.0"
flutter_gen_core:
dependency: transitive
description:
Expand All @@ -693,14 +693,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.8.0"
flutter_isolate:
dependency: "direct main"
description:
name: flutter_isolate
sha256: "36a84e1a22371d8092ea2121145b330c24fb272acb951fb30c60ba44926b8fb3"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
flutter_joystick:
dependency: "direct main"
description:
Expand Down Expand Up @@ -872,10 +864,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "8660b74171fafae4aa8202100fa2e55349e078281dadc73a241eb8e758534d9d"
sha256: "2fd11229f59e23e967b0775df8d5948a519cd7e1e8b6e849729e010587b46539"
url: "https://pub.dev"
source: hosted
version: "14.6.1"
version: "14.6.2"
go_router_builder:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -1364,7 +1356,7 @@ packages:
description:
path: "packages/pdfx"
ref: HEAD
resolved-ref: b3ede682cf9dba578d0d9011597121bf7d723ebd
resolved-ref: f8432a56b787ac9354fe1c94cfff46183773c99b
url: "https://github.com/Codel1417/packages.flutter"
source: git
version: "2.8.0"
Expand Down Expand Up @@ -1653,10 +1645,10 @@ packages:
dependency: transitive
description:
name: shared_preferences_android
sha256: "3b9febd815c9ca29c9e3520d50ec32f49157711e143b7a4ca039eb87e8ade5ab"
sha256: "7f172d1b06de5da47b6264c2692ee2ead20bbbc246690427cdb4fc301cd0c549"
url: "https://pub.dev"
source: hosted
version: "2.3.3"
version: "2.3.4"
shared_preferences_foundation:
dependency: transitive
description:
Expand Down

0 comments on commit 8a1020f

Please sign in to comment.