Update Sentry DSN

This commit is contained in:
Qstick 2023-07-23 21:55:36 -05:00 committed by GitHub
parent 79fb9e89eb
commit 16836f4288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ namespace NzbDrone.Common.Instrumentation
else
{
dsn = RuntimeInfo.IsProduction
? "https://52ab4ed8003a42f383b6d24d66daf317@sentry.servarr.com/15"
? "https://1b64e62175cd428481aa3a9ec5818a89@sentry.servarr.com/15"
: "https://0522924d625c497f86fc2a1b22aaf21d@sentry.servarr.com/16";
}