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
Version 2.1 adds a new constructor overload accepting a UsageAwareContext to the UsageAwareLogger class, allowing to use the logger without a TelemetryInitializer.
Version 2.0 simplifies the usage of ApplicationInsights:
No more explicit initialization is required and a call to services.AddUsageAware is all that is needed now in ASP.NET Core projects.
Updated ApplicationInsights version as the previously used version can lead to high CPU usage and memory leaks (see microsoft/ApplicationInsights-aspnetcore#690). This issue has been fixed in Microsoft.ApplicationInsights version 2.7.2.