From c5baa3d8e84f7f0d5186b63f6651d16c7a66dee0 Mon Sep 17 00:00:00 2001 From: alyssa Date: Tue, 15 Oct 2024 07:34:55 +0900 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 bdf470ef..b569a6f7 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://973beecd91934f9992c72c942770bdd2@sentry.pluralkit.me/3", + dsn: "https://79ba4b55fdce475ebc5d37df8b75d72a@gt.pluralkit.me/5", integrations: [new Integrations.BrowserTracing()], enabled: !window.location.origin.includes("localhost"),