Sandeep Panda
Sandeep's blog

Follow

Sandeep's blog

Follow
How to check JavaScript errors in console on mobile chrome

How to check JavaScript errors in console on mobile chrome

Sandeep Panda's photo
Sandeep Panda
·Sep 2, 2020·

1 min read

Play this article

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.

 
Share this