Add TracingProcessor export to __init__.py

This commit is contained in:
Vincenzo Domina 2025-03-17 10:37:43 +01:00 committed by GitHub
parent d60a413c14
commit f6e59277b1
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,7 @@ from .tracing import (
SpanData,
SpanError,
Trace,
TracingProcessor,
add_trace_processor,
agent_span,
custom_span,
@ -208,6 +209,7 @@ __all__ = [
"set_tracing_disabled",
"trace",
"Trace",
"TracingProcessor",
"SpanError",
"Span",
"SpanData",