notmuch: add instrumentation to most public methods

This commit is contained in:
2024-12-26 11:12:47 -08:00
parent 7c7a8c0dcb
commit 777f33e212
3 changed files with 15 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ log = "0.4.14"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["unbounded_depth"] }
thiserror = "1.0.30"
tracing = "0.1.41"
[dev-dependencies]
itertools = "0.10.1"