chore: reduce sample rate

This commit is contained in:
2023-03-30 14:32:59 +02:00
parent 01fb97e5b1
commit 38dd3fe879
+1 -1
View File
@@ -247,7 +247,7 @@ func setupSentry(logger log.Interface, args SentryConfig) error {
} }
cfg.Debug = false cfg.Debug = false
cfg.EnableTracing = true cfg.EnableTracing = true
cfg.TracesSampleRate = 0.1 cfg.TracesSampleRate = 0.01
default: default:
return fmt.Errorf("illegal environment %s", args.Environment) return fmt.Errorf("illegal environment %s", args.Environment)
} }