Error Tracking via 'Inspect' Tab on Browser

The Inspect tab lets you look “under the hood” of your browser for ongoing processes or issues affecting your dashboard experience.

Accompanying Support requests/ issues with a screenshot of these tabs help us to better triage and resolve issues, or recommend next steps.

Accessing ‘Inspect’ Tabs

Right-click anywhere on the dashboard and clicking Inspect. This will show secondary tabs. To spot issues, we focus on two tabs: Console and Network Tabs

Console and Network Tabs

  • Console. To track the errors as they happen. (i.e. Back-end failures, missing resources, connection state changes, etc.)

    • Error logs backend failures, missing resources.

    Error and other logs might differ from one browser or OS to another. In general, Google Chrome or Mozilla Firefox are our recommended browsers, as they log the least errors.

    • Warning logs deprecated APIs, autoplay restrictions, mixed contents and insecure requests.


Console Tab

Console Tab



  • Network. To track network traffic, if any request failed or stalled. (i.e. API calls, authentication requests, duration of requests, etc.)


    Refresh the page prior to viewing Network tab to reload logs.


Network Tab

Network Tab