Skip to content

Commit 99c36ab

Browse files
authored
Merge pull request #127277 from jimmyca15/user/jimmyca/wordFix
Fix feature evaluation event name.
2 parents d9e5c8c + e14eaea commit 99c36ab

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
@@ -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, 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.
24+
The Feature evaluation event is emitted whenever a feature flag that has telemetry enabled is evaluated in your application. This event, named `FeatureEvaluation`, 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

@@ -54,4 +54,4 @@ The full schema can be found in the [App Configuration Feature Evaluation Event
5454

5555
## Next steps
5656

57-
In this document, you learned about the telemetry data available for feature flags. To learn about how to use the telemetry data in your applications, continue to the following document for your language or platform.
57+
In this document, you learned about the telemetry data available for feature flags. To learn about how to use the telemetry data in your applications, continue to the following document for your language or platform.

0 commit comments

Comments
 (0)