chore: decrease trace sample rate
This commit is contained in:
@@ -247,7 +247,7 @@ func setupSentry(logger log.Interface, args SentryConfig) error {
|
||||
}
|
||||
cfg.Debug = false
|
||||
cfg.EnableTracing = true
|
||||
cfg.TracesSampleRate = 1.0
|
||||
cfg.TracesSampleRate = 0.1
|
||||
default:
|
||||
return fmt.Errorf("illegal environment %s", args.Environment)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user