mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
fix(ignore_errors = [KeyboardInterrupt]):
This commit is contained in:
@@ -16,6 +16,7 @@ def setup(app):
|
|||||||
# Set traces_sample_rate to 1.0 to capture 100%
|
# Set traces_sample_rate to 1.0 to capture 100%
|
||||||
# of transactions for tracing.
|
# of transactions for tracing.
|
||||||
traces_sample_rate=1.0,
|
traces_sample_rate=1.0,
|
||||||
|
ignore_errors=[KeyboardInterrupt],
|
||||||
_experiments={
|
_experiments={
|
||||||
# Set continuous_profiling_auto_start to True
|
# Set continuous_profiling_auto_start to True
|
||||||
# to automatically start the profiler on when
|
# to automatically start the profiler on when
|
||||||
|
|||||||
Reference in New Issue
Block a user