Skip to content

Commit acb7674

Browse files
Update README.md (#116)
1 parent 7604979 commit acb7674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/quote-of-the-day/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The `onFeatureEvaluated` option registers a callback that automatically sends te
3939

4040
### Targeting Context in Telemetry
4141

42-
The telemetry implementation also captures the targeting context, which includes user ID and groups, in the telemetry data:
42+
`createTargetingTelemetryProcessor` method creates a built-in Application Insights telemetry processor which gets targeting context from the targeting context accessor and attaches the targeting id to telemetry.
4343

4444
```javascript
4545
// Initialize Application Insights with targeting context
@@ -48,7 +48,7 @@ applicationInsights.defaultClient.addTelemetryProcessor(
4848
);
4949
```
5050

51-
This ensures that every telemetry event sent to Application Insights includes the targeting identity information, allowing you to correlate feature flag usage with specific users or groups in your analytics.
51+
This ensures that every telemetry sent to Application Insights includes the targeting id information, allowing you to correlate feature flag usage with specific users or groups in your analytics.
5252

5353
### Experimentation and A/B Testing
5454

@@ -152,4 +152,4 @@ const requestStorageMiddleware = (req, res, next) => {
152152
...
153153

154154
server.use(requestStorageMiddleware);
155-
```
155+
```

0 commit comments

Comments
 (0)