Skip to content

Commit 75ce8be

Browse files
committed
feat(test): do not check recording
1 parent 8eaa380 commit 75ce8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uipath/tracing/_traced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_parent_context(cls):
6565
current_span = trace.get_current_span(current_context)
6666

6767
# If we have a valid span in the current context, use it
68-
if current_span is not None and current_span.is_recording():
68+
if current_span is not None # and current_span.is_recording():
6969
return current_context
7070

7171
# Only fall back to the external span provider if no active OTel span

0 commit comments

Comments
 (0)