Add TracingProcessor export to __init__.py
This commit is contained in:
parent
951193bd21
commit
1f58528f1c
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue