Skip to content

Commit 224d4a4

Browse files
update span name
1 parent 9a54013 commit 224d4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/stdlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def sentry_patched_popen_wait(
313313
span_streaming = has_span_streaming_enabled(sentry_sdk.get_client().options)
314314
if span_streaming:
315315
with sentry_sdk.traces.start_span(
316-
name=OP.SUBPROCESS_COMMUNICATE,
316+
name=OP.SUBPROCESS_WAIT,
317317
attributes={
318318
"sentry.op": OP.SUBPROCESS_WAIT,
319319
"sentry.origin": "auto.subprocess.stdlib.subprocess",

0 commit comments

Comments
 (0)