1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-07 04:19:25 +02:00

Bump DSN for 4.0.0

This commit is contained in:
Qstick 2022-01-02 18:46:22 -06:00
parent 78a7770858
commit c1e07b30d7
2 changed files with 2 additions and 2 deletions

View File

@ -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({

View File

@ -71,7 +71,7 @@ private static void RegisterSentry(bool updateClient)
else
{
dsn = RuntimeInfo.IsProduction
? "https://39b572f7f3f04899b2c3254c7ac126d0@sentry.servarr.com/9"
? "https://26668106d708406b9ddf5a2bda34fcbb@sentry.servarr.com/9"
: "https://998b4673d4c849ccb5277b5966ed5bc2@sentry.servarr.com/10";
}