Skip to content

Commit

Permalink
Reduce sample ratr
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Sep 30, 2023
1 parent 1926e6f commit 2440be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Sentry.init({
new Sentry.Replay(),
],
// Performance Monitoring
tracesSampleRate: 1.0, // Capture 100% of the transactions, reduce in production!
tracesSampleRate: 0.2, // Capture 100% of the transactions, reduce in production!
// Session Replay
replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.
replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
Expand Down

0 comments on commit 2440be2

Please sign in to comment.