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 3c2451d commit 91ec188Copy full SHA for 91ec188
sentry_sdk/tracing_utils.py
@@ -336,7 +336,6 @@ def add_http_request_source(span):
336
337
duration = span.timestamp - span.start_timestamp
338
threshold = client.options.get("http_request_source_threshold_ms", 0)
339
- print("division: ", duration / timedelta(milliseconds=1), threshold)
340
slow_query = duration / timedelta(milliseconds=1) > threshold
341
342
if not slow_query:
0 commit comments