Skip to content

Conversation

@akshaylive
Copy link
Contributor

@akshaylive akshaylive commented Jan 17, 2026

Non-recording spans now properly track parent relationships so child spans correctly identify them as parents instead of falling back to external spans. Implemented via ParentedNonRecordingSpan class that stores parent SpanContext.

Development Package

  • Use uipath pack --nolock to get the latest dev build from this PR (requires version range).
  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-core==0.1.8.dev1000230126",

  # Any version from PR
  "uipath-core>=0.1.8.dev1000230000,<0.1.8.dev1000240000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-core = { index = "testpypi" }

[tool.uv]
override-dependencies = [
    "uipath-core>=0.1.8.dev1000230000,<0.1.8.dev1000240000",
]

@akshaylive akshaylive force-pushed the akshaya/nonrecording_fix branch from e0be848 to f571462 Compare January 17, 2026 04:25
@akshaylive akshaylive changed the title fix(traced): preserve non-recording span parent hierarchy in registry WIP fix(traced): preserve non-recording span parent hierarchy in registry Jan 17, 2026
Non-recording spans now properly track parent relationships so child spans
correctly identify them as parents instead of falling back to external spans.
Implemented via ParentedNonRecordingSpan class that stores parent SpanContext.
@akshaylive akshaylive force-pushed the akshaya/nonrecording_fix branch from f571462 to 71925f8 Compare January 17, 2026 05:20
@akshaylive akshaylive changed the title WIP fix(traced): preserve non-recording span parent hierarchy in registry fix(traced): preserve non-recording span parent hierarchy in registry Jan 17, 2026
@akshaylive akshaylive merged commit b6c1881 into main Jan 17, 2026
13 checks passed
@akshaylive akshaylive deleted the akshaya/nonrecording_fix branch January 17, 2026 05:54
@cristipufu cristipufu requested a review from ionmincu January 17, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants