October 14, 2019
The release of the Application Insights ASP.NET Core 2.8.0 SDK for Web Applications and the Application Insights Worker Service 2.8.0 SDK for Non-web Applications delivers new value to developers.
April 12, 2017
We have integrated Application Insights into a multi-tenant service in such a way that each tenant gets its own separate performance and usage monitoring.
February 13, 2017
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.
May 23, 2016
This post highlights the default feature Application Insights provides by implementing a custom telemetry processor that performs ongoing network layer test against your application’s remote dependencies.
March 7, 2016
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.
October 22, 2015
Modern applications with many users can generate a lot of telemetry data. While it is a pretty common (and almost always wrong) perception that you absolutely must collect every piece of the application telemetry, doing so may come at a high price.
October 19, 2015
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.