Skip to content

Commit 7e458db

Browse files
committed
fix(ignore_errors = [KeyboardInterrupt]):
1 parent e12ef2d commit 7e458db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agentic_security/routes/telemetry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def setup(app):
1616
# Set traces_sample_rate to 1.0 to capture 100%
1717
# of transactions for tracing.
1818
traces_sample_rate=1.0,
19+
ignore_errors=[KeyboardInterrupt],
1920
_experiments={
2021
# Set continuous_profiling_auto_start to True
2122
# to automatically start the profiler on when

0 commit comments

Comments
 (0)