update sentry config

This commit is contained in:
SrGooglo 2023-09-20 10:25:20 +00:00
parent 46faf243c7
commit 5c6c91d844

View File

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