1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Sentry DSN Update

This commit is contained in:
Qstick 2020-04-27 18:56:35 -04:00 committed by GitHub
parent c8de38ef23
commit 17c60f897b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,13 +66,13 @@ private static void RegisterSentry(bool updateClient)
if (updateClient) if (updateClient)
{ {
dsn = "https://379d628d45ba475a98d2e55675d14a02@sentry.radarr.video/5"; dsn = "https://fdefcf5a6a4a4a0db914b5712b5480e0@sentry.servarr.com/11";
} }
else else
{ {
dsn = RuntimeInfo.IsProduction dsn = RuntimeInfo.IsProduction
? "https://cc1ac16546314ed0845256c54d8306d8@sentry.radarr.video/3" ? "https://39b572f7f3f04899b2c3254c7ac126d0@sentry.servarr.com/9"
: "https://8de711a75cbd43d08202f4207758bd19@sentry.radarr.video/6"; : "https://998b4673d4c849ccb5277b5966ed5bc2@sentry.servarr.com/10";
} }
var target = new SentryTarget(dsn) var target = new SentryTarget(dsn)