We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
capture_items()
1 parent a5f5a8d commit d750512Copy full SHA for d750512
1 file changed
tests/integrations/stdlib/test_subprocess.py
@@ -67,7 +67,7 @@ def test_subprocess_basic(
67
)
68
69
if span_streaming:
70
- items = capture_items("event", "transaction", "span")
+ items = capture_items("event", "span")
71
72
with sentry_sdk.traces.start_span(name="custom parent") as span:
73
args = [
@@ -350,7 +350,7 @@ def test_subprocess_span_origin(
350
351
352
353
+ items = capture_items("span")
354
355
with sentry_sdk.traces.start_span(name="custom parent"):
356
0 commit comments