Skip to content

Commit

Permalink
change replaysOnErrorSampleRate Sentry config (handsontable#10854)
Browse files Browse the repository at this point in the history
  • Loading branch information
magierg committed Mar 22, 2024
1 parent 4c8c048 commit 8dc7078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = {
tracesSampleRate: 0,
profilesSampleRate: 0,
replaysSessionSampleRate: 0,
replaysOnErrorSampleRate: 1.0,
replaysOnErrorSampleRate: 0.2,
integrations: [
// If you use a bundle with performance monitoring enabled, add the BrowserTracing integration
new Sentry.BrowserTracing(),
Expand Down

0 comments on commit 8dc7078

Please sign in to comment.