Bump DSN for 4.0.0

pull/6893/head
Qstick 2 years ago
parent 78a7770858
commit c1e07b30d7

@ -100,7 +100,7 @@ export default function createSentryMiddleware() {
return;
}
const dsn = isProduction ? 'https://b0fb75c38ef4487dbf742f79c4ba62d2@sentry.servarr.com/12' :
const dsn = isProduction ? 'https://7794f2858478485ea337fb5535624fbd@sentry.servarr.com/12' :
'https://da610619280249f891ec3ee306906793@sentry.servarr.com/13';
sentry.init({

@ -71,7 +71,7 @@ namespace NzbDrone.Common.Instrumentation
else
{
dsn = RuntimeInfo.IsProduction
? "https://39b572f7f3f04899b2c3254c7ac126d0@sentry.servarr.com/9"
? "https://26668106d708406b9ddf5a2bda34fcbb@sentry.servarr.com/9"
: "https://998b4673d4c849ccb5277b5966ed5bc2@sentry.servarr.com/10";
}

Loading…
Cancel
Save