Skip to content

Commit

Permalink
Make SpanRef public (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Jul 23, 2021
1 parent 55d798e commit 197c388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry/src/trace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
//!
//! // Create a span
//! let span = tracer.start("parent_span");
//!
//!
//! // Mark the span as active
//! let active = trace::mark_span_as_active(span);
//!
Expand Down Expand Up @@ -184,7 +184,7 @@ mod tracer;
mod tracer_provider;

pub use self::{
context::{get_active_span, mark_span_as_active, FutureExt, TraceContextExt},
context::{get_active_span, mark_span_as_active, FutureExt, SpanRef, TraceContextExt},
span::{Span, SpanKind, StatusCode},
span_context::{SpanContext, SpanId, TraceFlags, TraceId, TraceState, TraceStateError},
tracer::{SpanBuilder, Tracer},
Expand Down

0 comments on commit 197c388

Please sign in to comment.