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.06k stars 115 forks source link

Adds extension methods for TrackEvent and TrackMetric #348

Closed rossgrambo closed 10 months ago

rossgrambo commented 10 months ago

Adds TargetingContext extension method for:

  1. TrackEvent

There are other track calls, but those calls are not a part of the primary path. Does not add extensions for:

  1. TrackTrace
  2. TrackException
  3. TrackDependency
  4. TrackAvailability
  5. TrackMetric