A framework for building native applications using React
Improve Network trace event field coverage (#53840)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53840 After this diff, successful network events are displayed as fully hydrated timespans in the Performance panel network track, with all metadata needed to usefully populate the UI. **Changes** Adds: - `"ResourceFinish"`: `encodedDataLength`, `decodedBodyLength` - `"ResourceReceiveResponse"`: Populates `data.timing` members, which enables *"Request sent and waiting"* to be rendered correctly in the timeline. Removes: - `"ResourceWillSendRequest"` events — very rarely emitted by Chrome and are extraneous for our use case. Changelog: [Internal] Reviewed By: hoxyq Differential Revision: D82636798 fbshipit-source-id: a4b0f0671b97aaadc279ac56d39fee0c95d4ddc7
A
Alex Hunt committed
cb7453fb9fedd4a7a8d5f554bc796dfa5dc265f5
Parent: c8e5f97
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 9/18/2025, 9:41:16 PM