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 9a54013 commit 224d4a4Copy full SHA for 224d4a4
1 file changed
sentry_sdk/integrations/stdlib.py
@@ -313,7 +313,7 @@ def sentry_patched_popen_wait(
313
span_streaming = has_span_streaming_enabled(sentry_sdk.get_client().options)
314
if span_streaming:
315
with sentry_sdk.traces.start_span(
316
- name=OP.SUBPROCESS_COMMUNICATE,
+ name=OP.SUBPROCESS_WAIT,
317
attributes={
318
"sentry.op": OP.SUBPROCESS_WAIT,
319
"sentry.origin": "auto.subprocess.stdlib.subprocess",
0 commit comments