mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Update sentry DSN to self hosted
This commit is contained in:
parent
92d0b4f931
commit
c4df49b0fb
3 changed files with 8 additions and 7 deletions
|
@ -80,8 +80,8 @@ export default function createSentryMiddleware() {
|
|||
return;
|
||||
}
|
||||
|
||||
const dsn = isProduction ? 'https://c3a5b33e08de4e18b7d0505e942dbc95@sentry.io/216290' :
|
||||
'https://baede6f14da54cf48ff431479e400adf@sentry.io/1249427';
|
||||
const dsn = isProduction ? 'https://3639f9e2e2ae4872846b1c30d3122106@sentry.radarr.video/12' :
|
||||
'https://099b1f21a5794acebd3160859035bda7@sentry.radarr.video/14';
|
||||
|
||||
sentry.init({
|
||||
dsn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue