class Sentry::Span

def set_status(status)

Parameters:
  • satus (String) -- status of the span.
def set_status(status)
  @status = status
end