We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e21beb commit c029806Copy full SHA for c029806
sentry_sdk/_span_batcher.py
@@ -73,7 +73,7 @@ def _to_transport_format(item: "StreamedSpan") -> "Any":
73
"name": item.get_name(),
74
"status": item.status,
75
"is_segment": item.is_segment(),
76
- "start_timestamp": item.start_timestamp.timestamp(), # TODO[span-first]
+ "start_timestamp": item.start_timestamp.timestamp(),
77
}
78
79
if item.timestamp:
0 commit comments