Skip to content

Commit edeb22a

Browse files
authored
Sjain/add new span for async operation Fixes AB#3170313 (#2798)
This PR adds a new span to be used in broker. Fixes [AB#3170313](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3170313)
1 parent 389a192 commit edeb22a

File tree

1 file changed

+1
-0
lines changed
  • common4j/src/main/com/microsoft/identity/common/java/opentelemetry

1 file changed

+1
-0
lines changed

common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ public enum SpanName {
7272
GetAllSsoTokens,
7373
ProcessWebCpEnrollmentRedirect,
7474
ProcessWebCpAuthorizeUrlRedirect,
75+
PersistToStorageAsync,
7576
InstallCertOnWpj
7677
}

0 commit comments

Comments
 (0)