Update sentry dsn

This commit is contained in:
Adrià Casajús
2023-09-12 18:18:27 +02:00
parent e7ae483eed
commit bd4937111b
+1 -1
View File
@@ -59,7 +59,7 @@ async function initApp() {
process.env.NODE_ENV !== "development"
) {
Sentry.init({
dsn: "https://0e2d03e61f194df9ba85a791d364088b@o336535.ingest.sentry.io/5341174",
dsn: "https://6990c2b0a6e94b57a2b80587efcb4354@api.protonmail.ch/core/v4/reports/sentry/51",
integrations: [
new Integrations.Vue({ Vue, attachProps: true, logErrors: true }),
],