1pub mod grpc; 2mod span_ext; 3 4pub use miden_node_tracing_macro::{miden_instrument, miden_span_record}; 5pub use span_ext::ErrorSpanExt;