From 91aaf8abe645c3e178a054f0c1198cf2a826f443 Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 7 Dec 2018 00:05:01 -0500 Subject: [PATCH] Update NzbDroneLogger.cs --- src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs index d2c5e3293..a514c8f5d 100644 --- a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs +++ b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs @@ -92,9 +92,7 @@ namespace NzbDrone.Common.Instrumentation if (updateClient) { - dsn = RuntimeInfo.IsProduction - ? "https://f9238e093c75412b9351f80668a3a87c:a9392d355bd64cad80780a5279d9af82@sentry.io/209545" - : "https://28faaa7023384031b29e38d3be74fa11:829cdc25ebd34ad5a8c16aca920cb5b0@sentry.io/227247"; + dsn = "https://2f3cc03453e4453bb3c1dd3ff77b15ab@sentry.io/1339335"; } else