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
b7bd184aad
commit
c5baa3d8e8
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://973beecd91934f9992c72c942770bdd2@sentry.pluralkit.me/3",
|
||||
dsn: "https://79ba4b55fdce475ebc5d37df8b75d72a@gt.pluralkit.me/5",
|
||||
integrations: [new Integrations.BrowserTracing()],
|
||||
|
||||
enabled: !window.location.origin.includes("localhost"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue