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 951193bd21
commit 1f58528f1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",