Skip to content
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

Track MSAL node SKU for broker flows #7213

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Conversation

konstantin-msft
Copy link
Collaborator

  • Track MSAL node SKU for broker flows.
  • Move SKU instrumentation to common

- Move SKU instrumentation to common
@github-actions github-actions bot added documentation Related to documentation. msal-node Related to msal-node package msal-browser Related to msal-browser package msal-common Related to msal-common package extensions Related to extensions for the base libraries labels Jul 19, 2024
AADServerParamKeys.X_CLIENT_EXTRA_SKU,
ServerTelemetryManager.makeExtraSkuString({
skus,
extensionName: "msal.node.ext",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make this a constant?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, we can't as skus is picked up from request.extraParameters.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was referring to msal.node.ext

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Related to documentation. extensions Related to extensions for the base libraries msal-browser Related to msal-browser package msal-common Related to msal-common package msal-node Related to msal-node package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants