You can use Analytics to query your Browser Request event data and create a JavaScript exception and error summary dashboard.
This procedure assumes that you have configured and enabled the reporting of the JavaScript errors for Browser RUM and that JavaScript errors exist in the Events Service.
Using ADQL, you can search for the errors and then export a chart visualizing the results to a custom dashboard.
From the Overview page in the Controller UI, use the left panel to click Analytics.
Click Searches to access the Analytics Search page.
Click Add > Query Language Search. Enter the following query:
SELECT scripterrordata.message, count(*) FROM browser_records WHERE scripterrordata.message IS NOT NULL
CODE
Click Search.
Click the Visualization tab.
Select the chart type you prefer to visualize the results.
From the Actions menu, click Add to Dashboard and either create a new dashboard or add it to your existing dashboard. Now you can customize the dashboard as needed with labels or other widgets and data.
You can also leverage additional fields such as scripterrordata.origin or pagename to group the errors together. The additional fields are: