Skip to content

Commit 5ffbcd3

Browse files
committed
adjust overhead
1 parent 8daaff7 commit 5ffbcd3

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
@@ -95,7 +95,7 @@ def _estimate_size(item: "StreamedSpan") -> int:
9595
# estimate the attributes separately.
9696
estimate = 210
9797
for value in item._attributes.values():
98-
estimate += 7
98+
estimate += 50
9999

100100
if isinstance(value, str):
101101
estimate += len(value)

0 commit comments

Comments
 (0)