DQL
Questions about Dynatrace Query Language
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Create a Dashboard Listing JavaScript Errors in My Application

marusla
Participant

Is there a way to get a list of all JavaScript errors from my applications? I want to create a dashboard with that information. I already have a list of all 400 and 500 errors from my web applications, but I don't know how to get all the Java script errors.

2 REPLIES 2

Yosi_Neuman
DynaMight Guru
DynaMight Guru

Hi @marusla 

IMO since user.error is still not available in DQL 

Yosi_Neuman_0-1756548722555.png

The only way is to use USQL 

Yosi_Neuman_1-1756549161408.png

And you can utilize dynatrace sdk Classic Environment V1 to fetch the information and show it on a dashboard with typescript, something like:

Yosi_Neuman_2-1756549859766.png

HTH

Yos 

 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Hello @marusla, you mentioned that you already have the list of 4xx and 5xx errors from your web applications. Could you share how you collected that data? I'm trying to achieve the same for JavaScript errors.

 

Featured Posts