Show the timeline kind in the process_timeline_list_diffs tracing span.
This commit is contained in:
committed by
Stefan Ceriu
parent
d7535d4618
commit
21223b2492
@@ -79,7 +79,7 @@ class TimelineProvider: TimelineProviderProtocol {
|
||||
// MARK: - Private
|
||||
|
||||
private func updateItemsWithDiffs(_ diffs: [TimelineDiff]) {
|
||||
let span = MXLog.createSpan("process_timeline_list_diffs")
|
||||
let span = MXLog.createSpan("process_timeline_list_diffs:\(kind)")
|
||||
span.enter()
|
||||
defer {
|
||||
span.exit()
|
||||
|
||||
Reference in New Issue
Block a user