mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 21:13:58 +02:00
Update DSN
This commit is contained in:
parent
90d671d68d
commit
de72cfcaaa
2 changed files with 3 additions and 3 deletions
|
|
@ -100,7 +100,7 @@ export default function createSentryMiddleware() {
|
||||||
return;
|
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';
|
'https://a0ec920735ed4e3e9d27d2cdd9c733bf@sentry.servarr.com/8';
|
||||||
|
|
||||||
sentry.init({
|
sentry.init({
|
||||||
|
|
|
||||||
|
|
@ -66,12 +66,12 @@ private static void RegisterSentry(bool updateClient)
|
||||||
|
|
||||||
if (updateClient)
|
if (updateClient)
|
||||||
{
|
{
|
||||||
dsn = "https://54ec0b09e5f641508ac581371978bf21@sentry.servarr.com/5";
|
dsn = "https://a48936ded03b483bbba2ab52fa70de04@sentry.servarr.com/5";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
dsn = RuntimeInfo.IsProduction
|
dsn = RuntimeInfo.IsProduction
|
||||||
? "https://038b792802be44b5ae2be4bf7255abbe@sentry.servarr.com/3"
|
? "https://19c3bc46b87a470ba0f91430c4c0a68d@sentry.servarr.com/3"
|
||||||
: "https://31e00a6c63ea42c8b5fe70358526a30d@sentry.servarr.com/4";
|
: "https://31e00a6c63ea42c8b5fe70358526a30d@sentry.servarr.com/4";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue