From bd4937111bfdcde5ce3de9ec5e82e09b9b78bb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Tue, 12 Sep 2023 18:18:27 +0200 Subject: [PATCH] Update sentry dsn --- src/popup/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/popup.js b/src/popup/popup.js index 0cedeb1..d4200f3 100644 --- a/src/popup/popup.js +++ b/src/popup/popup.js @@ -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 }), ],