Skip to content

Commit fcb8ae5

Browse files
committed
.
1 parent a173352 commit fcb8ae5

File tree

2 files changed

+489
-1
lines changed

2 files changed

+489
-1
lines changed

sentry_sdk/_span_batcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def _flush(self) -> None:
102102
for span in spans:
103103
print(span.name)
104104
dsc = spans[0].dynamic_sampling_context()
105-
# XXX[span-first]: empty dsc?
106105

107106
envelope = Envelope(
108107
headers={

0 commit comments

Comments
 (0)