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.
The TelemetryClientExtensions is in namespace Microsoft.FeatureManagement.Telemetry.ApplicationInsights today. Can we use the namespace of TelemetryClient (Microsoft.ApplicationInsights) instead so users don't have to add the additional namespace in their code?
The TelemetryClientExtensions is in namespace
Microsoft.FeatureManagement.Telemetry.ApplicationInsights
today. Can we use the namespace of TelemetryClient (Microsoft.ApplicationInsights
) instead so users don't have to add the additional namespace in their code?