Skip to content

Commit

Permalink
Merge PRT related spans into Acquire Token spans. (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaymanolkar1 authored Oct 24, 2024
1 parent 8a9ccf1 commit 8b5d9f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Version 18.1.0
----------
(common4j 15.1.0)
- [MINOR] Use legacy FIDO2 API to provide security key support to Android 13 devices (#2508)
- [MINOR] Merge PRT related spans into Acquire Token spans (#2525)

Version 18.0.0
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

public enum SpanName {
AcquirePrtUsingBrt,
RefreshPrt,
AcquireAtUsingPrt,
AcquireTokenInteractive,
AcquireTokenSilent,
CryptoFactoryEvent,
Expand All @@ -42,8 +40,6 @@ public enum SpanName {
MSAL_PerformIpcStrategy,
DeviceRegistrationApi,
WorkplaceJoinApi,
AcquirePrtInteractively,
PrtUpgrade,
AcquireTokenDcf,
AcquireTokenDcfAuthRequest,
AcquireTokenDcfFetchToken,
Expand Down

0 comments on commit 8b5d9f9

Please sign in to comment.