Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
vNext
----------
- [MINOR] Add Child Spans for Interactive Span (#2516)

Version 18.1.0
----------
(common4j 15.1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public enum SpanName {
GetAccounts,
RemoveAccount,
WorkplaceJoin,
ATIInteractively,
ATISilently,
DoDiscovery,
WorkplaceLeave,
DeviceState,
Expand Down
Loading