You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,16 @@
1
1
# Changelog
2
2
3
+
## Version 2.7.0-beta4
4
+
-[RequestTrackingTelemetryModule is modified to stop tracking exceptions by default, as exceptions are captured by ApplicationInsightsLoggerProvider.](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/861)
5
+
- Updated Web/Base SDK version dependency to 2.10.0-beta4
6
+
- Updated Microsoft.Extensions.Logging.ApplicationInsights to 2.10.0-beta4
7
+
- Reliability improvements with additional exception handling.
8
+
3
9
## Version 2.7.0-beta3
4
10
-[Enables Microsoft.Extensions.Logging.ApplicationInsights.ApplicationInsightsLoggerProvider by default. If ApplicationInsightsLoggerProvider was enabled previously using ILoggerFactory extension method, please remove it to prevent duplicate logs.](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/854)
5
11
-[Remove reference to Microsoft.Extensions.DiagnosticAdapter and use DiagnosticSource subscription APIs directly](https://github.com/Microsoft/ApplicationInsights-aspnetcore/pull/852)
6
12
-[Fix: NullReferenceException in ApplicationInsightsLogger.Log when exception contains a Data entry with a null value](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/848)
13
+
-[Performance fixes for GetUri, SetKeyHeaderValue, ConcurrentDictionary use and Telemetry Initializers](https://github.com/Microsoft/ApplicationInsights-aspnetcore/pull/864)
Copy file name to clipboardexpand all lines: src/Microsoft.ApplicationInsights.AspNetCore/DiagnosticListeners/Implementation/HostingDiagnosticListener.cs
+89-65
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,15 @@ public void OnHttpRequestInStart(HttpContext httpContext)
161
161
// with W3C support on .NET https://github.com/dotnet/corefx/issues/30331
0 commit comments