diff --git a/cmd/mensatt/main.go b/cmd/mensatt/main.go index f42b673..35f9c89 100644 --- a/cmd/mensatt/main.go +++ b/cmd/mensatt/main.go @@ -43,7 +43,7 @@ func main() { Dsn: sentryDSN, AttachStacktrace: true, EnableTracing: true, - TracesSampleRate: 1.0, + TracesSampleRate: 0.5, } if config.DebugEnabled {