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

Instrument additional data points #7543

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

konstantin-msft
Copy link
Collaborator

  • Instrument RT expiration time when running into interaction_required errors.
  • Instrument system.asyncPopups config param.
  • Instrument usage of loginHint, domainHint and SID.

@github-actions github-actions bot added msal-browser Related to msal-browser package msal-common Related to msal-common package documentation Related to documentation. labels Jan 30, 2025
…d errors.

- Instrument `system.asyncPopups` config param.
- Instrument usage of loginHint, domainHint and SID.
@konstantin-msft konstantin-msft force-pushed the instrument_additional_attributes branch from 05f5ebd to da6dfe8 Compare January 30, 2025 20:41
@@ -666,6 +666,19 @@ export class AuthorizationCodeClient extends BaseClient {
);
}

this.performanceClient?.addFields(
{
useLoginHint: parameterBuilder.hasParameter(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would be useful to differentiate between UPN vs. claim if possible

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

Successfully merging this pull request may close these issues.

4 participants