1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

New DSN for 4.6

This commit is contained in:
Qstick 2023-07-03 11:16:06 -05:00 committed by GitHub
parent b95431500d
commit 372d15ecf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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