Skip to content

Commit c029806

Browse files
committed
removed todo
1 parent 7e21beb commit c029806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/_span_batcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _to_transport_format(item: "StreamedSpan") -> "Any":
7373
"name": item.get_name(),
7474
"status": item.status,
7575
"is_segment": item.is_segment(),
76-
"start_timestamp": item.start_timestamp.timestamp(), # TODO[span-first]
76+
"start_timestamp": item.start_timestamp.timestamp(),
7777
}
7878

7979
if item.timestamp:

0 commit comments

Comments
 (0)