Update Sentry URL
This commit is contained in:
parent
bb16e4a5f2
commit
1658d58214
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue