Skip to content

Commit

Permalink
Add user feedback widget (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstavitsky authored Mar 21, 2024
1 parent f51f844 commit 85223db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ Sentry.init({
replaysSessionSampleRate: 1.0,
debug: true,
integrations: [
Sentry.feedbackIntegration({
// Additional SDK configuration goes in here, for example:
colorScheme: 'system',
}),
new Sentry.metrics.MetricsAggregator(),
new Sentry.BrowserProfilingIntegration(),
new Sentry.BrowserTracing({
Expand Down

0 comments on commit 85223db

Please sign in to comment.