Closed rossgrambo closed 4 months ago
Removes the Microsoft.FeatureManagement.ApplicationInsights.AspNetCore package
I don't see any files removed in the diff
Updated to remove Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore
Any other concerns?
Why this PR?
Activity.Baggage
instead ofHttpContext.Items
to store Targeting information.Microsoft.FeatureManagement.ApplicationInsights.AspNetCore
packageVisible Changes
The
Microsoft.FeatureManagement.ApplicationInsights.AspNetCore
will no longer be a nuget package deployed. The initializer has moved toMicrosoft.FeatureManagement.ApplicationInsights
.Migrating
Developers using the initializer will need to change their using statement from
to
There are no changes to the line that adds the initializer or anywhere else. This line stays: