From 235856a28c399e702a5dc932928840dd8ce7b1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Fri, 16 Dec 2022 11:29:39 +0100 Subject: [PATCH] Use GlitchTip instead of Sentry (for dev) --- CommonHelpers/Log.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonHelpers/Log.cs b/CommonHelpers/Log.cs index 0867b1e..f851e93 100644 --- a/CommonHelpers/Log.cs +++ b/CommonHelpers/Log.cs @@ -8,7 +8,7 @@ namespace CommonHelpers #if PRODUCTION_BUILD internal static String SENTRY_DSN = "https://3c93e3c3b47b40ffba72d9cb333fc6d7@o4504334913830912.ingest.sentry.io/4504334914879488"; #else - internal static String SENTRY_DSN = "https://d9204614b2cd47468bfa1ea2ab55da4e@o4504334914355200.ingest.sentry.io/4504334915469312"; + internal static String SENTRY_DSN = "https://331e3316a2ba45dcae505791810a47a6@glitchtip.ayufan.dev/2"; #endif #if DEBUG