Skip to content

Commit

Permalink
feat: Sentry integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
gander committed Nov 27, 2024
1 parent 3fa9f26 commit 524c90c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ if (import.meta.env.PROD && import.meta.env.VITE_SENTRY_DSN) {
dsn: import.meta.env.VITE_SENTRY_DSN,
environment: import.meta.env.MODE,
integrations: [
Sentry.browserTracingIntegration(),
Sentry.browserProfilingIntegration(),
Sentry.captureConsoleIntegration(),
Sentry.replayIntegration({
maskAllText: false,
maskAllInputs: false,
Expand Down

0 comments on commit 524c90c

Please sign in to comment.