Errors
# Examples of how this works
AppError.notify('App crashed!', {
anything: 'you',
wish: 'to add'
})
AppError.notify('App crashed') do |notice|
notice[:params][:foo] = :bar
end
AppError.notify_sync('App crashed!')Last updated
# Examples of how this works
AppError.notify('App crashed!', {
anything: 'you',
wish: 'to add'
})
AppError.notify('App crashed') do |notice|
notice[:params][:foo] = :bar
end
AppError.notify_sync('App crashed!')Last updated