You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AAP-73135] Flush batches before exceeding Segment's 500KB batch limit
Segment silently drops events from batch POSTs that exceed 500KB and
returns HTTP 200, making the loss invisible to on_error callbacks. Fix
by tracking accumulated batch size and calling flush() before adding a
chunk that would push the batch over 450KB (leaving headroom for the
per-event metadata the SDK appends).
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments