How to check JavaScript errors in console on mobile chrome

Sandeep Panda

·

·

8.5K views

If you are building a serious project, you should probably use something like Sentry to get error reports. However, if you are not using such a tool and want to check console errors on phone, here are 3 easy steps:

  • Open Chrome and navigate to chrome://inspect.

log-error-1.png

  • Click on "Start Logging"

  • Open a new tab and load your website. Now come back to chrome://inspect tab and see the logs!

log-error-2.png


I used this method for one of my hobby projects and thought it might help someone.

Cover generated by an amazing tool called CoverView, built by Rutik Wankhade.

13 comments
Add a comment