cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

extract java script errors to csv

dharma
Newcomer

hello, how to extract javascript errors from dynatrace to csv file?

1 REPLY 1

Yosi_Neuman
DynaMight Guru
DynaMight Guru

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 

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

Featured Posts