|
|
@ -36,8 +36,8 @@ abstract class AppConfig {
|
|
|
|
'https://github.com/krille-chan/fluffychat/issues';
|
|
|
|
'https://github.com/krille-chan/fluffychat/issues';
|
|
|
|
static final Uri newIssueUrl = Uri(
|
|
|
|
static final Uri newIssueUrl = Uri(
|
|
|
|
scheme: 'https',
|
|
|
|
scheme: 'https',
|
|
|
|
host: 'gitlab.com',
|
|
|
|
host: 'github.com',
|
|
|
|
path: '/famedly/fluffychat/-/issues/new',
|
|
|
|
path: '/krille-chan/fluffychat/issues/new',
|
|
|
|
);
|
|
|
|
);
|
|
|
|
static const bool enableSentry = true;
|
|
|
|
static const bool enableSentry = true;
|
|
|
|
static const String sentryDns =
|
|
|
|
static const String sentryDns =
|
|
|
|