We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12ef2d commit 7e458dbCopy full SHA for 7e458db
agentic_security/routes/telemetry.py
@@ -16,6 +16,7 @@ def setup(app):
16
# Set traces_sample_rate to 1.0 to capture 100%
17
# of transactions for tracing.
18
traces_sample_rate=1.0,
19
+ ignore_errors=[KeyboardInterrupt],
20
_experiments={
21
# Set continuous_profiling_auto_start to True
22
# to automatically start the profiler on when
0 commit comments