pub fn init_capture_tracing() -> CaptureExporterExpand description
Install a tracing subscriber that captures spans into a shared
CaptureExporter and returns it.
The first call installs the subscriber; subsequent calls in the same process return the same exporter already wired into the subscriber.