update sentry config

This commit is contained in:
SrGooglo 2023-09-20 10:25:20 +00:00
parent c622765dd4
commit 907da2a07b

View File

@ -149,7 +149,9 @@ class ComtyApp extends React.Component {
console.log(`Initializing Sentry...`)
Sentry.init({
dsn: import.meta.env.VITE_SENTRY_DSN
debug: true,
dsn: import.meta.env.VITE_SENTRY_DSN,
release: "comty-web-app",
})
}
}