Skip to content

Commit

Permalink
fix: change sentry sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Nov 24, 2022
1 parent 4214577 commit f960704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/config/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const initSentry = async (enabled?: boolean) => {
levels: ['error'],
}),
],
sampleRate: 1,
sampleRate: 0.25,
tracesSampleRate: 0.2,
enabled,
environment: process.env.NODE_ENV,
Expand Down

0 comments on commit f960704

Please sign in to comment.