Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
12-28-2017 11:38 AM
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?
12-28-2017 10:28 PM
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
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form