Update sentry dsn

This commit is contained in:
ta264 2020-05-10 21:44:41 +01:00 committed by Qstick
parent 852d284670
commit 6cfb54030b
3 changed files with 11 additions and 10 deletions

View file

@ -36,7 +36,7 @@ function identity(stuff) {
}
function stripUrlBase(frame) {
if (frame.filename && window.Radarr.urlBase) {
if (frame.filename && window.Lidarr.urlBase) {
frame.filename = frame.filename.replace(window.Lidarr.urlBase, '');
}
return frame;
@ -80,8 +80,8 @@ export default function createSentryMiddleware() {
return;
}
const dsn = isProduction ? 'https://3639f9e2e2ae4872846b1c30d3122106@sentry.radarr.video/12' :
'https://099b1f21a5794acebd3160859035bda7@sentry.radarr.video/14';
const dsn = isProduction ? 'https://9df0cbe9eedf4b8698e8bc94ec03c4ff@sentry.servarr.com/18' :
'https://aaa261a8c3e542f0a52c07bed78e8d13@sentry.servarr.com/19';
sentry.init({
dsn,