Mark HTTP errors as handled instead of unhandled#2662
Merged
gingerbenw merged 5 commits intonextfrom Feb 2, 2026
Merged
Conversation
03439e1 to
ec1f316
Compare
38bb89e to
4bf97f0
Compare
a10adb8 to
5a54e44
Compare
5a54e44 to
cbb99ff
Compare
hamudi-ahmed
previously approved these changes
Jan 30, 2026
SB-priyankap
pushed a commit
that referenced
this pull request
Mar 11, 2026
Mark HTTP errors as handled instead of unhandled
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
This PR adds comprehensive test coverage for network-related functionality in React Native, including both network breadcrumbs and HTTP error reporting. The changes also fix an issue where HTTP errors were incorrectly marked as unhandled.
Changeset
Testing