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 d7535d4618
commit 21223b2492

View File

@@ -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()