-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Conversation
konstantin-msft
commented
Jul 19, 2024
- Track MSAL node SKU for broker flows.
- Move SKU instrumentation to common
- Move SKU instrumentation to common
AADServerParamKeys.X_CLIENT_EXTRA_SKU, | ||
ServerTelemetryManager.makeExtraSkuString({ | ||
skus, | ||
extensionName: "msal.node.ext", |
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.
Can we make this a constant?
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.
Unfortunately, we can't as skus
is picked up from request.extraParameters
.
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.
I was referring to msal.node.ext