Skip to content

Commit

Permalink
Descrease profile sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 17, 2024
1 parent b0ccc0b commit ef887c7
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 @@ -482,7 +482,7 @@ func initSentry(e *echo.Echo, db postgres.Storage, dsn, environment string) erro
Environment: environment,
EnableTracing: true,
TracesSampleRate: 1.0,
ProfilesSampleRate: 1.0,
ProfilesSampleRate: 0.25,
Release: os.Getenv("TAG"),
IgnoreTransactions: []string{
"GET /v1/ws",
Expand Down

0 comments on commit ef887c7

Please sign in to comment.