diff --git a/backend/main.go b/backend/main.go index a2029f7..d9efd98 100644 --- a/backend/main.go +++ b/backend/main.go @@ -30,7 +30,7 @@ func run(c *cli.Context) error { Dsn: dsn, Debug: os.Getenv("DEBUG") == "true", Release: server.Tag, - EnableTracing: true, + EnableTracing: os.Getenv("SENTRY_TRACING") == "true", TracesSampleRate: 0.05, ProfilesSampleRate: 0.05, })