From 372d15ecf37c60c8c08c9ed3b56d5f98a1c348d5 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 3 Jul 2023 11:16:06 -0500 Subject: [PATCH] New DSN for 4.6 --- src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs index 76517a6de..ee31c5fb4 100644 --- a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs +++ b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs @@ -73,7 +73,7 @@ namespace NzbDrone.Common.Instrumentation else { dsn = RuntimeInfo.IsProduction - ? "https://26668106d708406b9ddf5a2bda34fcbb@sentry.servarr.com/9" + ? "https://40f1288c1b4d495cbafdb5c89f7f01be@sentry.servarr.com/9" : "https://998b4673d4c849ccb5277b5966ed5bc2@sentry.servarr.com/10"; }