From a8fd65464e1ffce73a0beef4d4f95d285ddb3acf Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Thu, 7 Apr 2022 11:46:49 +0000 Subject: [PATCH] chore: Use sentry.io --- lib/config/app_config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index 5040b3dc..fc7faede 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -32,7 +32,7 @@ abstract class AppConfig { 'https://gitlab.com/famedly/fluffychat/issues'; static const bool enableSentry = true; static const String sentryDns = - 'https://glet_5218c8eebefed3cb13511dc675fdbbdb@gitlab.com/api/v4/error_tracking/collector/16112282'; + 'https://8591d0d863b646feb4f3dda7e5dcab38@o256755.ingest.sentry.io/5243143'; static bool renderHtml = true; static bool hideRedactedEvents = false; static bool hideUnknownEvents = true;