6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 463632f6
Changed files
comwell_key_app/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
diff --git a/comwell_key_app/lib/main.dart b/comwell_key_app/lib/main.dart
index 89f33cd3..2c474b44 100644
--- a/comwell_key_app/lib/main.dart
+++ b/comwell_key_app/lib/main.dart
@@ -18,7 +18,7 @@ void runMainApp(FirebaseOptions firebaseOptions) async {
setupLocator();
await SentryFlutter.init((options) {
options.dsn =
- 'https://0caa56ff48cf4f794012cd5c3d3524d0@o4508839674773504.ingest.de.sentry.io/4508839681851472';
+ dotenv.env['SENTRY_DSN']; // Add your Sentry DSN to your .env file.
// Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing.
// We recommend adjusting this value in production.
options.tracesSampleRate = 1.0;