feat: Implement new error reporting tool when critical features break like playing audio or video messages or opening a chat
This commit is contained in:
parent
b95cb93bf0
commit
2a1a68de22
7 changed files with 90 additions and 20 deletions
|
|
@ -33,6 +33,11 @@ abstract class AppConfig {
|
|||
static const String sourceCodeUrl = 'https://gitlab.com/famedly/fluffychat';
|
||||
static const String supportUrl =
|
||||
'https://gitlab.com/famedly/fluffychat/issues';
|
||||
static final Uri newIssueUrl = Uri(
|
||||
scheme: 'https',
|
||||
host: 'gitlab.com',
|
||||
path: '/famedly/fluffychat/-/issues/new',
|
||||
);
|
||||
static const bool enableSentry = true;
|
||||
static const String sentryDns =
|
||||
'https://8591d0d863b646feb4f3dda7e5dcab38@o256755.ingest.sentry.io/5243143';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue