Created
March 19, 2017 18:40
-
-
Save patkleef/175567400869dfb7abc5d093eaef7ad4 to your computer and use it in GitHub Desktop.
Application Insights Blog - ApplicationInsightsExceptionTrackingTelemetryModule.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <TelemetryModules> | |
| <Add Type="Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule, Microsoft.AI.DependencyCollector" /> | |
| <Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule, Microsoft.AI.PerfCounterCollector"></Add> | |
| <Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule, Microsoft.AI.PerfCounterCollector" /> | |
| <Add Type="Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule, Microsoft.AI.WindowsServer" /> | |
| <Add Type="Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule, Microsoft.AI.WindowsServer" /> | |
| <Add Type="Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule, Microsoft.AI.WindowsServer" /> | |
| <Add Type="Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule, Microsoft.AI.Web"> | |
| <Handlers> | |
| <Add>System.Web.Handlers.TransferRequestHandler</Add> | |
| <Add>Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.RequestDataHttpHandler</Add> | |
| <Add>System.Web.StaticFileHandler</Add> | |
| <Add>System.Web.Handlers.AssemblyResourceLoader</Add> | |
| <Add>System.Web.Optimization.BundleHandler</Add> | |
| <Add>System.Web.Script.Services.ScriptHandlerFactory</Add> | |
| <Add>System.Web.Handlers.TraceHandler</Add> | |
| <Add>System.Web.Services.Discovery.DiscoveryRequestHandler</Add> | |
| <Add>System.Web.HttpDebugHandler</Add> | |
| </Handlers> | |
| </Add> | |
| <Add Type="Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule, Microsoft.AI.Web" /> | |
| </TelemetryModules> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment