cdp_network_log
Get recent network requests. Shows method, URL, status, duration. On RN 0.83+ uses CDP Network domain. On older versions uses injected fetch/XHR hooks (auto-detected).
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
limit | number | No | 20 | min: 1, max: 100, integer | Max entries to return (default 20, max 100) |
filter | string | No | Filter by URL substring (e.g. “/api/cart”) | ||
clear | boolean | No | false | Clear network buffer instead of reading |
cdp_network_log()