We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6a1a5 commit 1eb154cCopy full SHA for 1eb154c
ddtrace/internal/encoding.py
@@ -84,7 +84,7 @@ def _span_to_dict(span):
84
d["type"] = span.span_type
85
86
if span._links:
87
- d["span_links"] = span._links
+ d["span_links"] = [link.to_dict() for link in span._links]
88
89
return d
90
0 commit comments