Skip to content

Commit

Permalink
fix(sentry): reduced sentry tracesSampleRate from 1 to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrishab Srivatsa committed Mar 20, 2024
1 parent 440b826 commit 54f36d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orca-log-catcher/Sentry.res
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ let initiateSentry = (~dsn) => {
}),
newSentryReplay(),
],
tracesSampleRate: 1.0,
tracesSampleRate: 0.1,
tracePropagationTargets: [
"localhost",
"https://dev.hyperswitch.io",
Expand Down

0 comments on commit 54f36d3

Please sign in to comment.