Skip to content

Commit f4c1f30

Browse files
committed
tracing
1 parent 0bc5f18 commit f4c1f30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

turbopack/crates/turbo-persistence/src/write_batch.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ impl<K: StoreKey + Send + Sync, const FAMILIES: usize> WriteBatch<K, FAMILIES> {
234234
///
235235
/// Safety: Caller must ensure that no concurrent put or delete operation is happening on the
236236
/// flushed family.
237+
#[tracing::instrument(level = "trace", skip(self))]
237238
pub unsafe fn flush(&self, family: u32) -> Result<()> {
238239
// Flush the thread local collectors to the global collector.
239240
let mut collectors = Vec::new();

0 commit comments

Comments
 (0)