Skip to content

Commit 118af39

Browse files
committed
.
1 parent 15ce1df commit 118af39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_logs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ def envelopes_to_logs(envelopes: List[Envelope]) -> List[Log]:
5555
"attributes": otel_attributes_to_dict(log_json["attributes"]),
5656
"time_unix_nano": int(float(log_json["timestamp"]) * 1e9),
5757
"trace_id": log_json["trace_id"],
58+
"span_id": log_json["span_id"],
5859
} # type: Log
60+
5961
res.append(log)
6062
return res
6163

0 commit comments

Comments
 (0)