We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e456b5 commit 934d17dCopy full SHA for 934d17d
opentelemetry-sdk/src/trace/mod.rs
@@ -16,7 +16,7 @@ mod sampler;
16
mod span;
17
mod span_limit;
18
mod span_processor;
19
-//#[cfg(feature = "experimental_trace_batch_span_processor_with_async_runtime")]
+#[cfg(feature = "experimental_trace_batch_span_processor_with_async_runtime")]
20
/// Experimental feature to use async runtime with batch span processor.
21
pub mod span_processor_with_async_runtime;
22
mod tracer;
0 commit comments