Update Sentry URL

This commit is contained in:
Hillel Coren 2021-12-13 08:45:05 +02:00
parent bb16e4a5f2
commit 1658d58214
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class Config { class Config {
static const String API_SECRET = ''; 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_EVENTS = false;
static const bool DEBUG_REQUESTS = false; static const bool DEBUG_REQUESTS = false;