From b6035838fd21161b95b527a44f88699bdd256526 Mon Sep 17 00:00:00 2001 From: spiral Date: Tue, 20 Sep 2022 14:23:53 +0000 Subject: [PATCH] chore(dashboard): update Sentry DSN --- dashboard/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/main.ts b/dashboard/src/main.ts index 43d69f2c..d09c1052 100644 --- a/dashboard/src/main.ts +++ b/dashboard/src/main.ts @@ -7,7 +7,7 @@ if (!String.prototype.replaceAll) String.prototype.replaceAll = replaceAll; Sentry.init({ - dsn: "https://58109fec589f4c2bbfa190329acf679a@sentry.pluralkit.me/4", + dsn: "https://973beecd91934f9992c72c942770bdd2@sentry.pluralkit.me/3", integrations: [new Integrations.BrowserTracing()], enabled: !window.location.origin.includes("localhost"),