Search code examples
javascriptazureazure-application-insights

Will Azure Application Insight show JavaScript errors?


When using Azure Application Insight Javascript SDK are javascript exceptions stored in application insight? Is there a way to capture clientside exceptions with Azure Application Insight?


Solution

  • Yes I can confirm based on our front end Angular app integration with app insights all the exceptions are sent to app insights and the default days its stored in app insights is 90 days (unless you extend this in app insights end).

    From the documentation

    -Uncaught exceptions in your app (including information on Stack trace)

    -Exception details and message accompanying the error

    -Line & column number of error

    -URL where error was raised