Releases: microsoft/ApplicationInsights-dotnet
Releases · microsoft/ApplicationInsights-dotnet
2.12.2 (2.12.2.43657)
2.14.0-beta1 (2.14.0.137)
- Support new conventions for EventHubs from Azure.Messaging.EventHubs and processor.
- Adding a flag to DependencyTrackingTelemetryModule to enable/disable collection of SQL Command text.
Collecting SQL Command Text will now be opt-in, so this value will default to false. This is a change from the current behavior on .NET Core. To see how to collect SQL Command Text see here for details: https://docs.microsoft.com/azure/azure-monitor/app/asp-net-dependencies#advanced-sql-tracking-to-get-full-sql-query - change references to log4net to version 2.0.8
- Fix: PerformanceCounter implementation is taking large memory allocation
2.13.0 (2.13.0.10578)
2.13.0-beta2 (2.13.0.7604)
2.12.1 (2.12.1.36699)
2.13.0-beta1 (2.13.0.194)
- All product sdks are now building the same symbols (DebugType = FULL) and we're including symbols in the nuget package.
- Upgraded FxCop and fixed several issues related to null checks and disposing objects.
- Fix Environment read permission Exception
- Exceptions are not correlated to requests when customErrors=Off and Request-Id is passed
- Switch to compact Id format in W3C mode
- Sanitizing Message in Exception
- Fix CreateRequestTelemetryPrivate throwing System.ArgumentOutOfRangeException
- NLog supports TargetFramework NetStandard2.0 and reduces dependencies