From 6a4fb9adf323898d7237ae52aa89cc04cd7536c7 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 7 Oct 2017 16:29:38 -0400 Subject: [PATCH] Seperate Sentry Project for Production/Develop --- 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 0845caeaa..5fd0e2d11 100644 --- a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs +++ b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs @@ -94,14 +94,14 @@ namespace NzbDrone.Common.Instrumentation { dsn = RuntimeInfo.IsProduction ? "https://bbb13f4547294da1bcd52069420aaa5d:950541e562cf43c594fe2dcfaf4c3271@sentry.io/209545" - : "https://bbb13f4547294da1bcd52069420aaa5d:950541e562cf43c594fe2dcfaf4c3271@sentry.io/209545"; + : "https://edab7530cf9544dba1f86ac28aa0110b:b84a1425fc304f0188ef968576fe9690@sentry.io/227247"; } else { dsn = RuntimeInfo.IsProduction ? "https://bbb13f4547294da1bcd52069420aaa5d:950541e562cf43c594fe2dcfaf4c3271@sentry.io/209545" - : "https://bbb13f4547294da1bcd52069420aaa5d:950541e562cf43c594fe2dcfaf4c3271@sentry.io/209545"; + : "https://edab7530cf9544dba1f86ac28aa0110b:b84a1425fc304f0188ef968576fe9690@sentry.io/227247"; } var target = new SentryTarget(dsn)