-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
area/documentationImprovements or additions to documentation.Improvements or additions to documentation.
Milestone
Description
The current documentation about Span.isRecording is:
/// Returns true if this `Span` is recording information like events, attributes, status, etc.
var isRecording: Bool { get }
Does that mean a Span implementation is allowed to drop all the events on the floor? Who consumes that property? Should clients read it before they try to attach massive amounts of data to the Span?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/documentationImprovements or additions to documentation.Improvements or additions to documentation.