Method: Sentry::Session#update_from_exception
- Defined in:
- lib/sentry/session.rb
permalink #update_from_exception(_exception = nil) ⇒ Object
TODO-neel add :crashed after adding handled mechanism
21 22 23 |
# File 'lib/sentry/session.rb', line 21 def update_from_exception(_exception = nil) @status = :errored end |