Skip to content

Commit 1f58528

Browse files
Add TracingProcessor export to __init__.py
1 parent 951193b commit 1f58528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/agents/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
SpanData,
7474
SpanError,
7575
Trace,
76+
TracingProcessor,
7677
add_trace_processor,
7778
agent_span,
7879
custom_span,
@@ -208,6 +209,7 @@ def enable_verbose_stdout_logging():
208209
"set_tracing_disabled",
209210
"trace",
210211
"Trace",
212+
"TracingProcessor",
211213
"SpanError",
212214
"Span",
213215
"SpanData",

0 commit comments

Comments
 (0)