28 Apr 2023 04:36 PM - last edited on 08 May 2023 12:24 PM by MaciejNeumann
hello, how to extract javascript errors from dynatrace to csv file?
Solved! Go to Solution.
29 Apr 2023 09:51 AM
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