mirror of https://github.com/aliasrobotics/cai.git
Add TracingProcessor export to __init__.py
This commit is contained in:
parent
d60a413c14
commit
f6e59277b1
|
|
@ -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 New Issue