Skip to content

Commit

Permalink
Rotate sentry key
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowm committed Apr 8, 2024
1 parent 4ac6e99 commit f5c609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { CesiumController } from "./modules/CesiumController";
function satvisSetup(customConfig = {}) {
// Enable sentry for production version
if (window.location.href.includes("satvis.space")) {
Sentry.init({ dsn: "https://d17adce0cef2411aa49e3fc6d6ec0aa7@o294643.ingest.sentry.io/1541793" });
Sentry.init({ dsn: "https://6c17c8b3e731026b3e9e0df0ecfc1b83@o294643.ingest.us.sentry.io/1541793" });
}

// Setup and init app
Expand Down

0 comments on commit f5c609e

Please sign in to comment.