Open
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
?