From 323ecbb885694e912f0c75d54f6e8a31ec047ae2 Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Thu, 21 Nov 2024 17:01:10 +0100 Subject: [PATCH] Add span on document operation --- crates/milli/src/update/new/indexer/document_operation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/milli/src/update/new/indexer/document_operation.rs b/crates/milli/src/update/new/indexer/document_operation.rs index b5e3502e0..2a381d5d1 100644 --- a/crates/milli/src/update/new/indexer/document_operation.rs +++ b/crates/milli/src/update/new/indexer/document_operation.rs @@ -43,6 +43,7 @@ impl<'pl> DocumentOperation<'pl> { } #[allow(clippy::too_many_arguments)] + #[tracing::instrument(level = "trace", skip_all, target = "indexing::document_operation")] pub fn into_changes( self, indexer: &'pl Bump,