Use new Sentry endpoint

This commit is contained in:
Sebastian Serth
2021-03-08 22:01:55 +01:00
parent 289117733f
commit c9e9731453

View File

@ -22,7 +22,7 @@ html lang="#{I18n.locale || I18n.default_locale}"
| I18n.locale = "#{I18n.locale}"; | I18n.locale = "#{I18n.locale}";
- unless Sentry.configuration.environment == "development" - unless Sentry.configuration.environment == "development"
| Sentry.init({ | Sentry.init({
| dsn: 'https://637ca99538224b4bb28cd9e670e1b372@sentry.xikolo.de/33', | dsn: 'https://2616b10855e04ce1b748775203ff0f7c@o257002.ingest.sentry.io/5667283',
| attachStacktrace: true, | attachStacktrace: true,
| release: "#{Sentry.configuration.release}", | release: "#{Sentry.configuration.release}",
| environment: "#{Sentry.configuration.environment}", | environment: "#{Sentry.configuration.environment}",