Skip to content

Commit

Permalink
chore: Adjust traces sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
exler authored Jan 15, 2024
1 parent 8231b31 commit 0b8b2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func Sentry(sentryDSN, sentryEnvironment string) OptionFn {
Dsn: sentryDSN,
Environment: sentryEnvironment,
EnableTracing: true,
TracesSampleRate: 0.5,
TracesSampleRate: 0.05,
})
if err != nil {
s.logger.Error(err)
Expand Down

0 comments on commit 0b8b2d8

Please sign in to comment.