chore(transport): Handle HTTP 413 response for oversized envelopes by sl0thentr0py · Pull Request #2885 · getsentry/sentry-ruby

@sl0thentr0py changed the title feat(transport): Handle HTTP 413 response for oversized envelopes chore(transport): Handle HTTP 413 response for oversized envelopes

Mar 5, 2026

@sl0thentr0py @claude

When Relay returns HTTP 413 (Content Too Large), the SDK now logs a
specific warning message and records client reports with reason
"send_error" for the dropped items. The 413 is not retried since the
data is definitively too large.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

dingsdax