We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0a875 commit 771e846Copy full SHA for 771e846
1 file changed
tests/integrations/stdlib/test_httplib.py
@@ -1031,7 +1031,6 @@ def test_span_origin(
1031
assert spans[0]["attributes"]["sentry.op"] == "http.client"
1032
assert spans[0]["attributes"]["sentry.origin"] == "auto.http.stdlib.httplib"
1033
else:
1034
- sentry_init(traces_sample_rate=1.0, debug=True)
1035
events = capture_events()
1036
1037
with start_transaction(name="foo"):
0 commit comments