microsoft / FeatureManagement-Dotnet

Microsoft.FeatureManagement provides standardized APIs for enabling feature flags within applications. Utilize this library to secure a consistent experience when developing applications that use patterns such as beta access, rollout, dark deployments, and more.
MIT License
1.03k stars 111 forks source link

Adjusts ApplicationInsights extension methods namespace #418

Closed rossgrambo closed 5 months ago

rossgrambo commented 5 months ago

Why this PR?

Addresses https://github.com/microsoft/FeatureManagement-Dotnet/issues/391

Visible Changes

Developers using our Application Insights extension methods will have the methods available from their existing using Microsoft.ApplicationInsights;.

Developers no longer require the using Microsoft.FeatureManagement.Telemetry.ApplicationInsights;.