Add user_id to v3 sync span; add span for sync token association.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
730920b571
commit
8c8985e8f2
3 changed files with 5 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ type PresenceUpdates = HashMap<OwnedUserId, PresenceEventContent>;
|
|||
level = "debug",
|
||||
skip_all,
|
||||
fields(
|
||||
user_id = %body.sender_user(),
|
||||
since = %body.body.since.as_deref().unwrap_or_default(),
|
||||
)
|
||||
)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue