We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8daaff7 commit 5ffbcd3Copy full SHA for 5ffbcd3
sentry_sdk/_span_batcher.py
@@ -95,7 +95,7 @@ def _estimate_size(item: "StreamedSpan") -> int:
95
# estimate the attributes separately.
96
estimate = 210
97
for value in item._attributes.values():
98
- estimate += 7
+ estimate += 50
99
100
if isinstance(value, str):
101
estimate += len(value)
0 commit comments