diff --git a/common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java b/common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java index 08769ba2fa..88312c8b18 100644 --- a/common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java +++ b/common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java @@ -615,6 +615,30 @@ public enum AttributeName { //endregion + //region Device Registration IPC Attributes + + /** + * Indicates the status of content provider IPC strategy for device registration. + */ + content_provider_status, + + /** + * Indicates the status of bound service IPC strategy for device registration. + */ + bound_service_status, + + /** + * Indicates the status of Legacy Account Manager IPC strategy for device registration. + */ + legacy_account_manager_status, + + /** + * Indicates the name of the device registration protocol being executed. + */ + device_registration_protocol_name, + + //endregion + //region WebView target=_blank navigation /** 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 9b7e9cdc68..e3e59b416f 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 @@ -37,6 +37,7 @@ public enum SpanName { CertBasedAuth, MSAL_PerformIpcStrategy, DeviceRegistrationApi, + DeviceRegistrationIpc, WorkplaceJoinApi, AcquireTokenDcf, AcquireTokenDcfAuthRequest,