1. How to get the Javascript Error Information like Count, Type of Errors in Metric Browser?
2. How to get the AJAX Error Information like Count, Type of Errors in in Metric Browser?
Abhinav,
I think you can best visualise it using ADQL as given it here in the docs.
https://docs.appdynamics.com/display/latest/Visualize+JavaScript+Errors
For example:
SELECT scripterrordata.message, count(*) FROM browser_records WHERE scripterrordata.message IS NOT NULL
Regards,
Mohammed Rayan