2017年6月19日
With the Application Insights JavaScript SDK you can collect and investigate the performance and usage of your web page or app. Historically we have offered onboarding through manually adding a…
2017年2月13日
Recently, we have improved the robustness of web page monitoring in Application Insights, and introduced the ability not to use cookies. Transmission is now more reliable in the face of throttling and network issues, and when a page is about to unload. With Azure Application Insights you can monitor performance and usage of your apps. With a little snippet of JavaScript you can get timings of page loads and AJAX calls, counts and details of browser exceptions and AJAX failures, as well as users and session counts.
2016年4月21日
When you deploy a new version of your web app, you want to know immediately its effect on performance. Have response times improved or worsened, or is it showing failures?
2016年3月17日
Less than a year ago we shipped the first stable version of Application Insights SDK. A lot has happened since that time. Read on to learn more.
2016年3月7日
We released a new Application Insights Labs SDK specifically for monitoring WCF applications. Although Application Insights SDK for .NET Web Applications already supports HTTP-based WCF applications, it has never been optimized for WCF specifics.
2016年1月19日
We’re excited to announce that Application Insights will now automatically tell you about the performance of AJAX calls made by your web page apps.
2015年12月8日
There are people who love Application Insights, there are people who love Glimpse, and there are people who haven’t heard of these great tools. Take a moment to learn more.
2015年11月12日
Application Insights web tests will ping your application from multiple locations to check availability and then alert you when it is down. In this post I will explain how to automatically deploy a web test.
2015年10月19日
After great feedback from the community, we have invested in a new feature: Telemetry Processor. You can now inspect, filter and modify telemetry generated by the Application Insights SDK before it is sent to the backend service. Telemetry Processor is included in the new version of the SDK.
2015年10月13日
Sometimes you want to monitor the performance of an app but you don’t have access to the source code. Learn how to use Application Insights to monitor an app without rebuilding or redeploying it.