Skip to content

Commit de64f86

Browse files
committed
.
1 parent 7ad4461 commit de64f86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sentry_sdk/_span_batcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ def _flush(self) -> None:
128128

129129
envelope.add_item(
130130
Item(
131-
type="span",
132-
content_type="application/vnd.sentry.items.span.v2+json",
131+
type=self.TYPE,
132+
content_type=self.CONTENT_TYPE,
133133
headers={
134134
"item_count": end - start,
135135
},

0 commit comments

Comments
 (0)