-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[v5] Cherry-pick: Add JS platform telemetry params (PR #7991) #8175
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
Open
Copilot
wants to merge
24
commits into
msal-v5
Choose a base branch
from
copilot/cherry-pick-js-telemetry-params
base: msal-v5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+484
−44
Open
Changes from 7 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
749f002
Initial plan
Copilot 2ec6f71
Add telemetry performance event fields for platform broker integration
Copilot d1ba090
Update PlatformAuthInteractionClient telemetry instrumentation
Copilot 26b4174
Add StandardController telemetry for acquireToken methods (partial)
Copilot 445e38f
Complete StandardController telemetry instrumentation
Copilot b988285
Add beachball change files for msal-v5 branch
Copilot 5d2209e
Remove getAccountType function and restore original telemetry fields
Copilot 67af560
Update lib/msal-browser/src/controllers/StandardController.ts
sameerag 10bc6e7
Update NativeAuthError test for PERSISTENT_ERROR behavior
Copilot 92d5766
Update lib/msal-common/src/telemetry/performance/PerformanceEvent.ts
sameerag 9f988d6
Update change/@azure-msal-browser-v5-telemetry-cherry-pick.json
sameerag 2e190fe
Update change/@azure-msal-common-v5-telemetry-cherry-pick.json
sameerag 1d8f086
Update lib/msal-browser/src/interaction_client/PlatformAuthInteractio…
sameerag 9e82d1b
Remove misleading brokerErrorCode for cache miss scenario
Copilot 58cd7a2
Add performance event validation tests to PlatformAuthInteractionClient
Copilot ebd6f93
Update change/@azure-msal-browser-v5-telemetry-cherry-pick.json
sameerag a7e8b69
Update change/@azure-msal-browser-v5-telemetry-cherry-pick.json
sameerag 56cd917
Update change/@azure-msal-common-v5-telemetry-cherry-pick.json
sameerag b889f1b
Update changefile format to reference PR #7991
Copilot 7331407
Add telemetry validation to acquireTokenRedirect platform broker test
Copilot 3e06f5a
Merge branch 'msal-v5' into copilot/cherry-pick-js-telemetry-params
sameerag 22ff8b6
Update apiReview for common
sameerag f04ba36
Update change/@azure-msal-common-v5-telemetry-cherry-pick.json
sameerag fe9508d
Update change/@azure-msal-common-v5-telemetry-cherry-pick.json
sameerag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Cherry-pick: Add Platform Telemetry (PR #7991) <a href=\"https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/7991\">#7991</a>", | ||
| "packageName": "@azure/msal-browser", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Cherry-pick: Add Platform Telemetry (PR #7991) <a href=\"https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/7991\">#7991</a>", | ||
sameerag marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "packageName": "@azure/msal-common", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.