diff --git a/lib/.env.dart.example b/lib/.env.dart.example index 5873da0f0..3479065c2 100644 --- a/lib/.env.dart.example +++ b/lib/.env.dart.example @@ -1,6 +1,6 @@ class Config { static const String API_SECRET = ''; - static const String SENTRY_DNS = 'https://634363c8dd6048b8ae89ab6c66dd9c24@sentry.invoicing.co/7'; + static const String SENTRY_DNS = 'https://21e3763afb044f1fb75d832fd9f06b73@sentry2.invoicing.co/3'; static const bool DEBUG_EVENTS = false; static const bool DEBUG_REQUESTS = false;