Skip to content

Commit b7dd527

Browse files
committed
.
1 parent 13f6e03 commit b7dd527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/_span_batcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def _to_transport_format(item: "StreamedSpan") -> "Any":
149149

150150
return res
151151

152-
def _flush(self, trace_id: "Optional[str]") -> None:
152+
def _flush(self, trace_id: "Optional[str]" = None) -> None:
153153
with self._lock:
154154
if len(self._span_buffer) == 0:
155155
return

0 commit comments

Comments
 (0)