mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore(dashboard): update Sentry DSN
This commit is contained in:
parent
528da39e66
commit
b6035838fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue