More tracing spans

This commit is contained in:
Lambda 2024-05-23 21:53:23 +00:00 committed by Charles Hall
parent 2e34241465
commit f35cbfd89e
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
4 changed files with 15 additions and 0 deletions

View file

@ -461,6 +461,7 @@ pub(crate) async fn sync_events_route(
Ok(Ra(response))
}
#[tracing::instrument(skip_all, fields(room_id = %room_id))]
#[allow(clippy::too_many_arguments, clippy::too_many_lines)]
async fn load_joined_room(
sender_user: &UserId,