Skip to content

Commit

Permalink
build: config Sentry replay
Browse files Browse the repository at this point in the history
  • Loading branch information
gander committed Nov 22, 2024
1 parent 7acfa57 commit ba5844c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if (import.meta.env.PROD && import.meta.env.VITE_SENTRY_DSN) {
integrations: [
Sentry.replayIntegration({
maskAllText: false,
maskAllInputs: false,
blockAllMedia: false,
}),
Sentry.feedbackIntegration({
Expand Down

0 comments on commit ba5844c

Please sign in to comment.