Skip to content

2.0.0-preview.1

Pre-release
Pre-release

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 16 Oct 03:20
· 62 commits to preview since this release
443a658

Microsoft Feature Management Updates

The packages associated with this release are

@microsoft/feature-management

  • Added support for variant feature flags. A variant feature flag is an enhanced feature flag that supports multiple states or variations. While it can still be toggled on or off, it also allows for different configurations, ranging from simple primitives to complex JSON objects. Variant feature flags are particularly useful for feature rollouts, configuration rollouts, and feature experimentation (also known as A/B testing).

  • Added support for telemetry in feature flags. Telemetry is a powerful feature that allows you to track how your feature flags are being used. It provides insights into the effectiveness of your feature flags and helps you make data-driven decisions. Telemetry is particularly useful for feature experimentation (also known as A/B testing) and feature rollouts.

@microsoft/feature-management-applicationinsights-browser

  • Added a built-in method to create telemetry publisher with Application Insights.

  • Added a built-in TrackEvent method to send custom event to Application Insights with targeting id attached.