Skip to content

Commit

Permalink
Fix: decrease sentry traces rate (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored Nov 24, 2024
1 parent d54d236 commit 0be4586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ func initSentry(e *echo.Echo, db postgres.Storage, dsn, environment string) erro
AttachStacktrace: true,
Environment: environment,
EnableTracing: true,
TracesSampleRate: 0.5,
TracesSampleRate: 0.1,
ProfilesSampleRate: 0.25,
Release: os.Getenv("TAG"),
IgnoreTransactions: []string{
Expand Down

0 comments on commit 0be4586

Please sign in to comment.