Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/uipath/_cli/_evals/_progress_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,9 @@ async def handle_create_eval_set_run(self, payload: EvalSetRunCreatedEvent) -> N
if current_span.is_recording():
current_span.set_attribute("eval_set_run_id", eval_set_run_id)

# Create and send parent trace for the evaluation set run
# Set trace_id and send parent trace for the evaluation set run
if eval_set_run_id:
self.spans_exporter.trace_id = eval_set_run_id
await self._send_parent_trace(eval_set_run_id, payload.eval_set_id)

logger.debug(
Expand Down
Loading