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 5eb7cf7 commit 6900275
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ 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.replayIntegration(),
Sentry.replayIntegration({
maskAllText: false,
blockAllMedia: false,
}),
Sentry.feedbackIntegration({
buttonLabel: 'Send Feedback',
formTitle: 'Send Feedback',
Expand Down

0 comments on commit 6900275

Please sign in to comment.