chore(dashboard): update Sentry DSN

This commit is contained in:
spiral 2022-09-20 14:23:53 +00:00
parent 528da39e66
commit b6035838fd
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -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"),