-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release note for JS FM v2 #1008
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
releaseNotes/JavaScriptFeatureManagement.md:21
- The phrase 'publish feature evaluation event to Application Insights' should be rephrased to 'publish feature evaluation events to Application Insights' for better clarity.
This hook can be used to publish telemetry. You can call `createTelemetryPublisher` API from `@microsoft/feature-management-applicationinsights-browser` and `@microsoft/feature-management-applicationinsights-node` packages to publish feature evaluation event to Application Insights.
releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md
Outdated
Show resolved
Hide resolved
releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md
Outdated
Show resolved
Hide resolved
|
||
The new `getVariant` method of `FeatureManager` has been introduced to evaluate the assigned variant based on the variant feature flag configuration and targeting context. [#13](https://github.com/microsoft/FeatureManagement-JavaScript/pull/13) | ||
|
||
* __Telemetry__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* __Telemetry__ | |
* __Feature Evaluation Telemetry__ |
I think it might be better to be specific about the fact it's telemetry on feature evaluations.
No description provided.