mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Update sentry dsn
This commit is contained in:
parent
852d284670
commit
6cfb54030b
3 changed files with 11 additions and 10 deletions
|
@ -66,13 +66,13 @@ namespace NzbDrone.Common.Instrumentation
|
|||
|
||||
if (updateClient)
|
||||
{
|
||||
dsn = "https://b2fea06c1a9648819fda54e919039223@sentry.radarr.video/15";
|
||||
dsn = "https://f73eb750155b4636af91356e0ed756ea@sentry.servarr.com/20";
|
||||
}
|
||||
else
|
||||
{
|
||||
dsn = RuntimeInfo.IsProduction
|
||||
? "https://4e35724359dc4cee9b7e4df07d1897d2@sentry.radarr.video/11"
|
||||
: "https://13816615dc654302b0cd6de81fa8567a@sentry.radarr.video/13";
|
||||
? "https://52ab4ed8003a42f383b6d24d66daf317@sentry.servarr.com/15"
|
||||
: "https://0522924d625c497f86fc2a1b22aaf21d@sentry.servarr.com/16";
|
||||
}
|
||||
|
||||
var target = new SentryTarget(dsn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue