fix: Sentry

This commit is contained in:
Christian Pauly 2020-10-28 10:56:24 +01:00
commit e34e252be2
4 changed files with 22 additions and 19 deletions

View file

@ -6,4 +6,6 @@ abstract class AppConfig {
'https://gitlab.com/ChristianPauly/fluffychat-flutter';
static const String supportUrl =
'https://gitlab.com/ChristianPauly/fluffychat-flutter/issues';
static const String sentryDsn =
'https://8591d0d863b646feb4f3dda7e5dcab38@o256755.ingest.sentry.io/5243143';
}