This repository has code for the Web Application SDK for Application Insights. [Application Insights][AILandingPage] is a service that allows developers ensure their applications are available, performing, and succeeding. This SDK provides the ability to auto-collect data such as dependency calls, requests and server performance counters in .NET web applications.
To send data to Application Insights, you need an instrumentation key that you can get by creating an Application Insights resource in the [Azure Preview Portal][AzurePortal] or adding Application Insights to your project in Visual Studio.
Run your project, and then open your Application Insights resource in the [Azure Preview Portal][AzurePortal] and look for events. [Learn more.][WebDocumentation]
We strongly welcome and encourage contributions to this project. Please read the [contributor's guide][ContribGuide]. If making a large change we request that you open an [issue][GitHubIssue] first. If we agree that an issue is a bug, we'll add the "bug" label, and issues that we plan to fix are labeled with an iteration number. We follow the [Git Flow][GitFlow] approach to branching.