Skip to content

Commit

Permalink
Update PythonFeatureManagement.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm9084 committed Jan 6, 2025
1 parent 5cda952 commit 0c9c77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releaseNotes/PythonFeatureManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

For more information, see the [feature reference document](https://learn.microsoft.com/azure/azure-app-configuration/feature-management-python-reference#variants).

* Added support for telemetry in feature flags. Telemetry allows you to track how your feature 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.
* Added support for telemetry in feature flags. Telemetry allows you to track how your features 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.

An example is available to demonstrate how to use the new Telemetry in Python See [the example](https://github.com/microsoft/FeatureManagement-Python/blob/main/samples/feature_variant_sample_with_telemetry.py) in the examples folder.

Expand Down

0 comments on commit 0c9c77e

Please sign in to comment.