Skip to content

Commit

Permalink
Merge pull request #12 from pehovorka/dev
Browse files Browse the repository at this point in the history
🔧 Change Sentry sample rate
  • Loading branch information
pehovorka authored Nov 12, 2021
2 parents 59cace9 + f1ab0bb commit e58d0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/initializeSentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export const initializeSentry = () => {
environment: process.env.REACT_APP_ENV,
// We recommend adjusting this value in production, or using tracesSampler
// for finer control
tracesSampleRate: 1.0,
tracesSampleRate: 0.05,
});
};

0 comments on commit e58d0e5

Please sign in to comment.