mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-15 13:16:13 +00:00
Update DSN
This commit is contained in:
@@ -100,7 +100,7 @@ export default function createSentryMiddleware() {
|
||||
return;
|
||||
}
|
||||
|
||||
const dsn = isProduction ? 'https://56c6b0e2fa1041b3b06eaa7abd9850ef@sentry.servarr.com/7' :
|
||||
const dsn = isProduction ? 'https://e4883dadbabf4eb0abdd97c96ec16cd8@sentry.servarr.com/7' :
|
||||
'https://a0ec920735ed4e3e9d27d2cdd9c733bf@sentry.servarr.com/8';
|
||||
|
||||
sentry.init({
|
||||
|
||||
@@ -66,12 +66,12 @@ namespace NzbDrone.Common.Instrumentation
|
||||
|
||||
if (updateClient)
|
||||
{
|
||||
dsn = "https://54ec0b09e5f641508ac581371978bf21@sentry.servarr.com/5";
|
||||
dsn = "https://a48936ded03b483bbba2ab52fa70de04@sentry.servarr.com/5";
|
||||
}
|
||||
else
|
||||
{
|
||||
dsn = RuntimeInfo.IsProduction
|
||||
? "https://038b792802be44b5ae2be4bf7255abbe@sentry.servarr.com/3"
|
||||
? "https://19c3bc46b87a470ba0f91430c4c0a68d@sentry.servarr.com/3"
|
||||
: "https://31e00a6c63ea42c8b5fe70358526a30d@sentry.servarr.com/4";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user