Skip to content

Commit a96e399

Browse files
committed
Update feature-flag-telemetry-reference.md
1 parent 92f3b91 commit a96e399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/feature-flag-telemetry-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: reference
99
ms.date: 06/19/2025
1010
---
1111

12-
# Document: Feature flag telemetry reference
12+
# Feature flag telemetry reference
1313

1414
Having telemetry data on your feature flags can be a powerful tool for understanding how your feature flags are used. Telemetry allows you to make informed decisions about your feature management strategy.
1515

@@ -21,7 +21,7 @@ In this document, you:
2121
2222
## Feature evaluation
2323

24-
The Feature evaluation event is emitted whenever a feature flag that has telemetry enabled is evaluated in your application. This event occurs each time your code checks a feature flag's status or gets a variant. The event captures the evaluation result, variant assignment details, and contextual information about why specific decisions were made.
24+
The Feature evaluation event is emitted whenever a feature flag that has telemetry enabled is evaluated in your application. This event, named `EvaluationEvent`, occurs each time your code checks a feature flag's status or gets a variant. The event captures the evaluation result, variant assignment details, and contextual information about why specific decisions were made.
2525

2626
This event contains the following fields:
2727

0 commit comments

Comments
 (0)