mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
update sentry config
This commit is contained in:
parent
46faf243c7
commit
5c6c91d844
@ -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",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user