Skip to content

Commit 717eace

Browse files
Add Child Spans for Interactive Span (#2516)
Helper PR for : https://github.com/AzureAD/ad-accounts-for-android/pull/2970
1 parent 947abe2 commit 717eace

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
vNext
22
----------
33
- [PATCH] Translate MFA token error to UIRequiredException instead of ServiceException (#2538)
4+
- [MINOR] Add Child Spans for Interactive Span (#2516)
45

56
Version 18.2.2
67
----------

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public enum SpanName {
3131
GetAccounts,
3232
RemoveAccount,
3333
WorkplaceJoin,
34+
ATIInteractively,
35+
ATISilently,
3436
DoDiscovery,
3537
WorkplaceLeave,
3638
DeviceState,

0 commit comments

Comments
 (0)