mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Initial Push
This commit is contained in:
@@ -36,8 +36,8 @@ function identity(stuff) {
|
||||
}
|
||||
|
||||
function stripUrlBase(frame) {
|
||||
if (frame.filename && window.Radarr.urlBase) {
|
||||
frame.filename = frame.filename.replace(window.Radarr.urlBase, '');
|
||||
if (frame.filename && window.Prowlarr.urlBase) {
|
||||
frame.filename = frame.filename.replace(window.Prowlarr.urlBase, '');
|
||||
}
|
||||
return frame;
|
||||
}
|
||||
@@ -74,7 +74,7 @@ export default function createSentryMiddleware() {
|
||||
release,
|
||||
userHash,
|
||||
isProduction
|
||||
} = window.Radarr;
|
||||
} = window.Prowlarr;
|
||||
|
||||
if (!analytics) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user