From 20f9a19397387a56a8d88a55950501d5e64010c1 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 28 Oct 2023 11:01:15 +0200 Subject: [PATCH] refactor: Remove unused config params --- lib/config/app_config.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index f078fdf0..034b66c1 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -38,9 +38,6 @@ abstract class AppConfig { host: 'github.com', 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 hideRedactedEvents = false; static bool hideUnknownEvents = true;