class Sentry::Session

def update_from_exception(_exception = nil)

TODO-neel add :crashed after adding handled mechanism
def update_from_exception(_exception = nil)
  @status = :errored
end