From d0389a91d8213eeafd832f26c0c528ba26c611b2 Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Wed, 6 May 2026 16:51:44 +0200 Subject: [PATCH] test(stdlib): Only capture relevant telemetry with capture_items --- tests/integrations/stdlib/test_subprocess.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integrations/stdlib/test_subprocess.py b/tests/integrations/stdlib/test_subprocess.py index 8938db4211..5194e3a570 100644 --- a/tests/integrations/stdlib/test_subprocess.py +++ b/tests/integrations/stdlib/test_subprocess.py @@ -67,7 +67,7 @@ def test_subprocess_basic( ) if span_streaming: - items = capture_items("event", "transaction", "span") + items = capture_items("event", "span") with sentry_sdk.traces.start_span(name="custom parent") as span: args = [ @@ -350,7 +350,7 @@ def test_subprocess_span_origin( ) if span_streaming: - items = capture_items("event", "transaction", "span") + items = capture_items("span") with sentry_sdk.traces.start_span(name="custom parent"): args = [