6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 0fdaf72c

AuthorEdmir Suljic<esu@dwarf.dk>
Date2025-05-26 13:12:09 +0200
disabled sentry

Changed files

comwell_key_app/lib/main.dart | 2 +-
 comwell_key_app/pubspec.yaml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/comwell_key_app/lib/main.dart b/comwell_key_app/lib/main.dart
index 2e4376c1..64b2a446 100644
--- a/comwell_key_app/lib/main.dart
+++ b/comwell_key_app/lib/main.dart
@@ -42,7 +42,7 @@ void runMainApp(FirebaseOptions firebaseOptions) async {
setupLocator();
await SentryFlutter.init((options) {
options.dsn =
- dotenv.env['SENTRY_DSN']; // Add your Sentry DSN to your .env file.
+ ''; // 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;
diff --git a/comwell_key_app/pubspec.yaml b/comwell_key_app/pubspec.yaml
index 866d69b5..fdbac402 100644
--- a/comwell_key_app/pubspec.yaml
+++ b/comwell_key_app/pubspec.yaml
@@ -2,7 +2,7 @@ name: comwell_key_app
description: This app needs a description
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 0.0.1+13
+version: 0.0.2+13
environment:
sdk: '>=3.0.0 <3.25.0'