Skip to content

Commit

Permalink
chore: Sentry Feedback Integration stopped working
Browse files Browse the repository at this point in the history
  • Loading branch information
gander committed Nov 26, 2024
1 parent f0e404f commit beb429a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ if (import.meta.env.PROD && import.meta.env.VITE_SENTRY_DSN) {
maskAllInputs: false,
blockAllMedia: false,
}),
Sentry.feedbackIntegration({
buttonLabel: 'Send Feedback',
formTitle: 'Send Feedback',
submitButtonLabel: 'Send',
successMessageText: 'Thank you for your feedback!',
}),
],
replaysSessionSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,
Expand Down

0 comments on commit beb429a

Please sign in to comment.