Skip to content

Commit

Permalink
feat(frontend): Increase Replay sample rate
Browse files Browse the repository at this point in the history
Any reason to not turn this up?
  • Loading branch information
billyvg committed Aug 17, 2023
1 parent 2abfe6b commit ca6bd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import './assets/main.css'
],
tracesSampleRate: 1.0,
profilesSampleRate: 1,
replaysSessionSampleRate: 0.0,
replaysSessionSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,
})

Expand Down

0 comments on commit ca6bd47

Please sign in to comment.