Show the timeline kind in the process_timeline_list_diffs tracing span.

This commit is contained in:
Stefan Ceriu 2025-02-25 12:38:25 +02:00 committed by Stefan Ceriu
parent 5e90f67a91
commit 4f6c6f3931

View File

@ -79,7 +79,7 @@ class TimelineProvider: TimelineProviderProtocol {
// MARK: - Private // MARK: - Private
private func updateItemsWithDiffs(_ diffs: [TimelineDiff]) { private func updateItemsWithDiffs(_ diffs: [TimelineDiff]) {
let span = MXLog.createSpan("process_timeline_list_diffs") let span = MXLog.createSpan("process_timeline_list_diffs:\(kind)")
span.enter() span.enter()
defer { defer {
span.exit() span.exit()