fix(tracing): set Traces source to CodedAgents#1626
Open
ionmincu wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
radu-mocanu
reviewed
May 13, 2026
| def _build_url(self, span_list: list[Dict[str, Any]]) -> str: | ||
| """Construct the URL for the API request.""" | ||
| trace_id = str(span_list[0]["TraceId"]) | ||
| return f"{self.base_url}/api/Traces/spans?traceId={trace_id}&source=Robots" |
Collaborator
There was a problem hiding this comment.
are we sure this won t break low code?
we need to double-check that all the spans we emit are dropped in by their runtime
Collaborator
There was a problem hiding this comment.
@saksharthakkar / @JosephMar could validate this change from a tracing perspective
Member
There was a problem hiding this comment.
This also needs to be changed
source exists both inside the model and on the query path (for convenience)
| @@ -1,6 +1,6 @@ | |||
| [project] | |||
| name = "uipath" | |||
| version = "2.10.62" | |||
Collaborator
There was a problem hiding this comment.
shouldn't we also re-generate the uv.lock?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
source=Robotstosource=CodedAgentsin the/api/Traces/spansURL built byLlmOpsHttpExporteruipathpackage version to 2.10.63Test plan
pytest packages/uipath/tests/tracing/test_otel_exporters.py🤖 Generated with Claude Code