Skip to content

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).

NameTypeRequiredDefaultConstraintsDescription
limitnumberNo20min: 1, max: 100, integerMax entries to return (default 20, max 100)
filterstringNoFilter by URL substring (e.g. “/api/cart”)
clearbooleanNofalseClear network buffer instead of reading
cdp_network_log()