feat(sdk): Log when messages are sent internally by SlidingSync.

This commit is contained in:
Ivan Enderlin
2023-05-24 11:01:42 +02:00
parent e9bbf366ba
commit 512a5e77cd
2 changed files with 2 additions and 0 deletions

View File

@@ -661,6 +661,7 @@ impl SlidingSyncListInner {
}
/// Send a message over the internal channel.
#[instrument]
fn internal_channel_blocking_send(
&self,
message: SlidingSyncInternalMessage,

View File

@@ -695,6 +695,7 @@ impl SlidingSync {
impl SlidingSyncInner {
/// Send a message over the internal channel.
#[instrument]
async fn internal_channel_send(
&self,
message: SlidingSyncInternalMessage,