29 Aug 2025
09:27 PM
- last edited on
21 Nov 2025
11:49 AM
by
IzabelaRokita
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.
Solved! Go to Solution.
30 Aug 2025 11:31 AM
Hi @marusla
IMO since user.error is still not available in DQL
The only way is to use USQL
And you can utilize dynatrace sdk Classic Environment V1 to fetch the information and show it on a dashboard with typescript, something like:
HTH
Yos
21 Nov 2025 10:42 AM
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.