From 7e458dbfc49495c19db4a2fa063f1fa86639f63e Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Mon, 24 Feb 2025 19:55:12 +0200 Subject: [PATCH] fix(ignore_errors = [KeyboardInterrupt]): --- agentic_security/routes/telemetry.py | 1 + 1 file changed, 1 insertion(+) 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