29 Aug 2025
09:27 PM
- last edited on
01 Sep 2025
10:04 AM
by
Ana_Kuzmenchuk
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 error from my web applications, but i don't know how to get all the java script error
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