lib/opentelemetry/trace/span.rb in opentelemetry-api-1.1.0 vs lib/opentelemetry/trace/span.rb in opentelemetry-api-1.2.0

- old
+ new

@@ -113,10 +113,10 @@ # @return [void] def record_exception(exception, attributes: nil); end # Sets the Status to the Span # - # If used, this will override the default Span status. Default is OK. + # If used, this will override the default Span status. Default status is unset. # # Only the value of the last call will be recorded, and implementations # are free to ignore previous calls. # # @param [Status] status The new status, which overrides the default Span