Application Insights tracking only failed ASP.NET MVC Web API requests
I have a ASP.NET Web API controller that provides a saveAndNew operation. This class is derived from System.Web.Http.ApiController as expected. Application Insights is correctly configured using version 2.1.0 of the SDK and the default settings in ApplicationInsights.config. If a request to the mentioned operation fails - for example with status code 400 - the request is recorded correctly in App Insights. The problem is that if the operation SUCCEEDS (status code 200) nothing is recorded in Application Insights . I've used Fiddler to see if the request is made to the App Insights track