mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Update sentry dsn
This commit is contained in:
parent
852d284670
commit
6cfb54030b
3 changed files with 11 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue