From 4528d03931e68eb40cc10a73146cbfe9147f512c Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 23 Jul 2023 21:49:21 -0500 Subject: [PATCH] Update Sentry DSN --- 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 90b43b94e..669c71823 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://d62a0313c35f4afc932b4a20e1072793@sentry.servarr.com/27" + ? "https://a1fa00bd1d60465ebd9aca58c5a22d00@sentry.servarr.com/27" : "https://e38306161ff945999adf774a16e933c3@sentry.servarr.com/30"; }