diff --git a/src/robusta/runner/telemetry_service.py b/src/robusta/runner/telemetry_service.py index 66d72c667..59eec2bc4 100644 --- a/src/robusta/runner/telemetry_service.py +++ b/src/robusta/runner/telemetry_service.py @@ -34,9 +34,9 @@ def __init__(self, endpoint: str, periodic_time_sec: float, registry: Registry): try: sentry_sdk.init( SENTRY_DSN, - enable_tracing=True, - traces_sample_rate=0.01, - profiles_sample_rate=0.01, + enable_tracing=False, + traces_sample_rate=0, + profiles_sample_rate=0, release=RUNNER_VERSION, integrations=[ ThreadingIntegration(propagate_scope=True),