|
|
@ -38,9 +38,6 @@ abstract class AppConfig {
|
|
|
|
host: 'github.com',
|
|
|
|
host: 'github.com',
|
|
|
|
path: '/krille-chan/fluffychat/issues/new',
|
|
|
|
path: '/krille-chan/fluffychat/issues/new',
|
|
|
|
);
|
|
|
|
);
|
|
|
|
static const bool enableSentry = true;
|
|
|
|
|
|
|
|
static const String sentryDns =
|
|
|
|
|
|
|
|
'https://8591d0d863b646feb4f3dda7e5dcab38@o256755.ingest.sentry.io/5243143';
|
|
|
|
|
|
|
|
static bool renderHtml = true;
|
|
|
|
static bool renderHtml = true;
|
|
|
|
static bool hideRedactedEvents = false;
|
|
|
|
static bool hideRedactedEvents = false;
|
|
|
|
static bool hideUnknownEvents = true;
|
|
|
|
static bool hideUnknownEvents = true;
|
|
|
|