From d9034981c08695dabe574fc0076285fc061dafc7 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 12 Jan 2019 15:08:30 -0500 Subject: [PATCH] Updated: Sentry secret no longer needed --- src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs index a514c8f5d..ad9e5b8e0 100644 --- a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs +++ b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs @@ -98,8 +98,8 @@ namespace NzbDrone.Common.Instrumentation else { dsn = RuntimeInfo.IsProduction - ? "https://f9238e093c75412b9351f80668a3a87c:a9392d355bd64cad80780a5279d9af82@sentry.io/209545" - : "https://28faaa7023384031b29e38d3be74fa11:829cdc25ebd34ad5a8c16aca920cb5b0@sentry.io/227247"; + ? "https://f9238e093c75412b9351f80668a3a87c@sentry.io/209545" + : "https://28faaa7023384031b29e38d3be74fa11@sentry.io/227247"; } var target = new SentryTarget(dsn)