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
The HTTPTransport only checks if we receive any type of response from the server and then deletes the envelopes. Instead, it should only delete the envelope when receiving a 200, as Java does and as the develop docs recommend.
philipphofmann
changed the title
Only delete envelopes when receiving HTTP status code 200
Only delete envelopes when receiving HTTP status code 2xx
Oct 24, 2024
Description
The HTTPTransport only checks if we receive any type of response from the server and then deletes the envelopes. Instead, it should only delete the envelope when receiving a 200, as Java does and as the develop docs recommend.
sentry-cocoa/Sources/Sentry/SentryHttpTransport.m
Lines 372 to 394 in 324f8b0
The text was updated successfully, but these errors were encountered: