feat: change sentry dsn
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-10-26 20:45:28 +02:00
parent a7738fa05f
commit 7909e8a4df
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
// Enable error tracking with sentry. If this is set to true, will send anonymized data to
// our sentry instance to notify us of potential problems.
window.SENTRY_ENABLED = false
window.SENTRY_DSN = 'https://7e684483a06a4225b3e05cc47cae7a11@sentry.kolaente.de/2'
window.SENTRY_DSN = 'https://85694a2d757547cbbc90cd4b55c5a18d@o1047380.ingest.sentry.io/6024480'
</script>
</body>
</html>