From 8b5d9f9589349361f040060d4e2b07f2d8665d49 Mon Sep 17 00:00:00 2001 From: tanmaymanolkar1 <65260743+tanmaymanolkar1@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:35:08 -0700 Subject: [PATCH] Merge PRT related spans into Acquire Token spans. (#2525) Supporting PR: https://github.com/AzureAD/ad-accounts-for-android/pull/2985 --- changelog.txt | 1 + .../identity/common/java/opentelemetry/SpanName.java | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 057e0d0b55..7b73ad24ed 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 ---------- diff --git a/common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java b/common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java index d2e759bbe6..a4790aded5 100644 --- a/common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java +++ b/common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java @@ -24,8 +24,6 @@ public enum SpanName { AcquirePrtUsingBrt, - RefreshPrt, - AcquireAtUsingPrt, AcquireTokenInteractive, AcquireTokenSilent, CryptoFactoryEvent, @@ -42,8 +40,6 @@ public enum SpanName { MSAL_PerformIpcStrategy, DeviceRegistrationApi, WorkplaceJoinApi, - AcquirePrtInteractively, - PrtUpgrade, AcquireTokenDcf, AcquireTokenDcfAuthRequest, AcquireTokenDcfFetchToken,