You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Creating a `Span` is delegated to a `Tracer` and end users should never create them directly.
22
+
///
23
+
/// - SeeAlso: For more details refer to the [OpenTelemetry Specification: Span](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#span) which this type is compatible with.
22
24
publicprotocolSpan:AnyObject{
23
25
/// The read-only `Baggage` of this `Span`, set when starting this `Span`.
0 commit comments