Skip to content

Commit

Permalink
Reduce sentry performance sampling rate
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Oct 25, 2023
1 parent 1f74b66 commit f131088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zip_streamer/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func NewServer() *Server {
}
if err := sentry.Init(sentry.ClientOptions{
EnableTracing: true,
TracesSampleRate: 1.0,
TracesSampleRate: .05,
}); err != nil {
fmt.Printf("Sentry initialization failed: %v\n", err)
}
Expand Down

0 comments on commit f131088

Please sign in to comment.