Improve tracing spans for notif counts and sliding-sync exts.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-22 07:05:03 +00:00
parent 7cbc2ee385
commit e53968d9eb
7 changed files with 10 additions and 5 deletions

View File

@@ -66,6 +66,7 @@ pub(super) async fn selector(
(window, lists)
}
#[tracing::instrument(name = "window", level = "debug", skip_all)]
async fn select_window<'a, Rooms>(
sync_info: SyncInfo<'_>,
conn: &Connection,