Skip to content

Commit 5ce6393

Browse files
committed
Update sgp_tracing_processor.py
1 parent 83b158b commit 5ce6393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentex/lib/core/tracing/processors/sgp_tracing_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self, config: SGPTracingProcessorConfig):
2828
def _add_source_to_span(self, span: Span) -> None:
2929
if span.data is None:
3030
span.data = {}
31-
span.data["source"] = "agentex"
31+
span.data["__source__"] = "agentex"
3232

3333
@override
3434
def on_span_start(self, span: Span) -> None:

0 commit comments

Comments
 (0)