Skip to content

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Jan 21, 2026

Description

This PR adds a new add_span_processor method to the UiPathTraceManager class, allowing users to directly register custom span processors

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new add_span_processor method to the UiPathTraceManager class, allowing users to directly register custom span processors without wrapping them in an exporter. The PR also adopts future annotations to clean up type hints and bumps the package version.

Changes:

  • Added add_span_processor method for direct span processor registration
  • Introduced from __future__ import annotations to enable forward references in type hints
  • Bumped version from 0.1.9 to 0.1.10

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/uipath/core/tracing/trace_manager.py Added new add_span_processor method, imported future annotations, and updated return type annotation
pyproject.toml Version bump to 0.1.10
uv.lock Version bump to 0.1.10

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cristipufu cristipufu merged commit 3128beb into main Jan 21, 2026
19 checks passed
@cristipufu cristipufu deleted the fix/add_span_processor branch January 21, 2026 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants