January 2018
Intermediate to advanced
300 pages
6h 54m
English
The common solution is to include JavaScript code in client-side code that records the necessary information. This code can then capture metrics such as page load times, session data (the life cycle of an interaction that can span multiple web pages and operations), JavaScript and other client-side code exceptions, or AJAX time information.
The JavaScript code sends this data to a service that collects and retrieves and inspects this information.
Azure Application Insights follows this approach. All you have to do is to manually include calls to Application Insight API functions in the code of your Azure solution.
Read now
Unlock full access