Method: Sentry::Span#set_status

Defined in:
lib/sentry/span.rb

#set_status(status) ⇒ Object

Sets the span’s status.

Parameters:

  • satus (String)

    status of the span.

[View source]

265
266
267
# File 'lib/sentry/span.rb', line 265

def set_status(status)
  @status = status
end