Update sentry DSN to self hosted

This commit is contained in:
ta264 2019-12-23 20:17:58 +00:00 committed by Qstick
parent 92d0b4f931
commit c4df49b0fb
3 changed files with 8 additions and 7 deletions

View file

@ -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,