chore: reduce sample rate
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user