mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Show the timeline kind in the process_timeline_list_diffs
tracing span.
This commit is contained in:
parent
5e90f67a91
commit
4f6c6f3931
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user