Skip to content

Commit

Permalink
Switch to self-hosted GlitchTip instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 13, 2024
1 parent 2435b96 commit 7ac5326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as Sentry from "@sentry/react";
export default function initSentry() {
if (shouldEnableSentry()) {
Sentry.init({
dsn: "https://7f263ca9541cbb26b1fe3228e80a8b6f@o4506736017539072.ingest.sentry.io/4506736027959296",
dsn: "https://[email protected]/2",
integrations: [Sentry.browserTracingIntegration()],
// Performance Monitoring
tracesSampleRate: 1.0, // Capture 100% of the transactions
Expand Down

0 comments on commit 7ac5326

Please sign in to comment.