diff --git a/agentic_security/routes/telemetry.py b/agentic_security/routes/telemetry.py index 6ecf869..f7e7495 100644 --- a/agentic_security/routes/telemetry.py +++ b/agentic_security/routes/telemetry.py @@ -16,6 +16,7 @@ def setup(app): # Set traces_sample_rate to 1.0 to capture 100% # of transactions for tracing. traces_sample_rate=1.0, + ignore_errors=[KeyboardInterrupt], _experiments={ # Set continuous_profiling_auto_start to True # to automatically start the profiler on when