Method: Sentry::Span#set_status
- Defined in:
- lib/sentry/span.rb
permalink #set_status(status) ⇒ Object
Sets the span’s status.
265 266 267 |
# File 'lib/sentry/span.rb', line 265 def set_status(status) @status = status end |
Sets the span’s status.
265 266 267 |
# File 'lib/sentry/span.rb', line 265 def set_status(status) @status = status end |