Skip to content

Commit

Permalink
Show the timeline kind in the process_timeline_list_diffs tracing s…
Browse files Browse the repository at this point in the history
…pan.
  • Loading branch information
stefanceriu committed Feb 25, 2025
1 parent 5e90f67 commit 4f6c6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElementX/Sources/Services/Timeline/TimelineProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4f6c6f3

Please sign in to comment.