Method: Sentry::Session#update_from_exception

Defined in:
lib/sentry/session.rb

#update_from_exception(_exception = nil) ⇒ Object

TODO-neel add :crashed after adding handled mechanism

[View source]

21
22
23
# File 'lib/sentry/session.rb', line 21

def update_from_exception(_exception = nil)
  @status = :errored
end