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 8eaa380 commit 75ce8beCopy full SHA for 75ce8be
src/uipath/tracing/_traced.py
@@ -65,7 +65,7 @@ def get_parent_context(cls):
65
current_span = trace.get_current_span(current_context)
66
67
# If we have a valid span in the current context, use it
68
- if current_span is not None and current_span.is_recording():
+ if current_span is not None # and current_span.is_recording():
69
return current_context
70
71
# Only fall back to the external span provider if no active OTel span
0 commit comments