Chrome DevTools not showing network activity anymore
Environment
"@nativescript/angular": "^15.2.0",
"nativescript": "8.5.3",
"@nativescript/android": "8.5.1",
"@nativescript/core": "8.5.9"
Describe the bug No network activity data is shown in the chrome devtools
To Reproduce
run nativescript app in debug mode with ns debug android --no-hmr --bundle
Expected behavior Network activity to be recorded when opening chrome DevTool
EDIT: For anyone experiencing the same issue, intercepting traffic with HTTP Toolkit works as a workaround
@13dante04 As of @nativescript/[email protected] the network tab doesn't work. This is currently being worked on to solve it, in the latest version of ios it is working.
If it is required to see the calls in android, and you can't check it in ios, download the android version to 8.4.0 as @nativescript/[email protected]
any update?
This along with other dev tools updates like profiler improvements is set for 8.7 in Q1.