28 Apr 2023
08:36 AM
- last edited on
08 May 2023
04:24 AM
by
MaciejNeumann
hello, how to extract javascript errors from dynatrace to csv file?
Solved! Go to Solution.
Hi @dharma
With User sessions query: select name,count(*) from usererror GROUP BY name you will get the list of errors
With User sessions API - GET Table you will be able to get a json output of this query
From json to csv just look for a convertor and you are done
HTH
Yos