In this session I will share a little bit about “How to debug like a pro” so that can help dev team sometimes 😁. This will separate into 2 parts:

  1. Check client network
  2. Debug dashboard

1. Check if client network is stable

Sometimes you will got report liked: “Oh so laggy, I even cannot load the page”. So the problem maybe:

Lost connection

This one rarely happened, almost when merchants use their mobile hotspot. This one we can test first from our side, like as they report go to tab “product” then check if can view data or not. If yes, can check like:

2. Debug dashboard

If you jump into a tab, but data doesn’t show. Then you wanna help dev team to know overview of problem, can try debugging dashboard 😊. I’ll show you how (Window OS)

  1. In the dashboard, press F12, click on Network tab

    Untitled

  2. Go to the tab/page that have problem. Then you can see list API like this:

    Untitled

    If any API got error, it will show like this (this just example, if got sentry error like this just ignore)

    Untitled

  3. Later than, to help dev faster debugging, you can go to the API that have red marked then do like this:

    Untitled