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

@@ -4,7 +4,7 @@ use tuwunel_core::{self, Result};
use super::{Connection, SyncInfo};
#[tracing::instrument(level = "trace", skip_all)]
#[tracing::instrument(name = "to_device", level = "trace", skip_all)]
pub(super) async fn collect(
SyncInfo { services, sender_user, sender_device, .. }: SyncInfo<'_>,
conn: &Connection,