Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Network tab in chrome dev tools stops recording requests

I'm experiencing an issue that has only started occurring in the last month or so. The http request log in the network tab stops recording requests after the initial page load. I get how this behaviour might be desired in some circumstances, but in my case it's not very useful. I'm making several http requests after the initial page load, and unless I remember to hit record I won't see anything in the log.

Is this a problem others are having? Is there a setting buried away somewhere that can rectify this?

like image 414
abyrne85 Avatar asked Nov 24 '15 12:11

abyrne85


2 Answers

I had the same problem, make sure that the "Capture screenshots" feature (camera icon) is disabled in Chrome Developer Tools.

like image 63
Martin D. Avatar answered Oct 23 '22 13:10

Martin D.


I had the same problem. There's a simple solution.

Go to Developer tools Settings > Preferences and then tap on Restore defaults and reload.

like image 40
Amirhossein Mehrvarzi Avatar answered Oct 23 '22 14:10

Amirhossein Mehrvarzi