Skip to content

Commit 17257bb

Browse files
committed
Update sgp_tracing_processor.py
1 parent ce3f992 commit 17257bb

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
@@ -82,7 +82,7 @@ def __init__(self, config: SGPTracingProcessorConfig):
8282
def _add_source_to_span(self, span: Span) -> None:
8383
if span.data is None:
8484
span.data = {}
85-
span.data["source"] = "agentex"
85+
span.data["__source__"] = "agentex"
8686

8787
@override
8888
async def on_span_start(self, span: Span) -> None:

0 commit comments

Comments
 (0)