in src/trace/span.rs [58:60]
fn add_tag(&mut self, key: impl Into<String>, value: impl Into<String>) { self.span_object_mut().add_tag(key, value) }