fix(ignore_errors = [KeyboardInterrupt]):

This commit is contained in:
Alexander Myasoedov
2025-02-24 19:55:12 +02:00
parent e12ef2d0db
commit 7e458dbfc4
+1
View File
@@ -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