-
Notifications
You must be signed in to change notification settings - Fork 2
Add feature management package version tracing #153
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
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 5 out of 5 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (2)
src/AzureAppConfigurationImpl.ts:332
- Ensure that 'VERSION' is a valid property of the imported package. If it is not, this could lead to unexpected behavior.
this.#fmVersion = fmPackage?.VERSION;
src/AzureAppConfigurationImpl.ts:326
- [nitpick] Consider renaming '#isPackageInspected' to '#isFmPackageInspected' for better clarity and consistency.
async #ensurePackageInspected() {
@jimmyca15 @Linglingye @zhenlan @rossgrambo @mrm9084 @juniwang I want to merge this PR before we stablize v2. Could you help review this PR please? |
Why this PR?
Collect JS FM package version usage in request tracing
Note that there is an exported constant
VERSION
in JS FM package. This is by design to be a hook for us to know the package version.