The implementation notify_airbrakeignores the local request. Therefore, if you try to use this method in development, you are out of luck. No matter what you define in your Airbrake configuration.
So, you can install consider_all_requests_local = falsethat does not meet your requirements.
airbrake_request_data, , .
rescue => ex
Airbrake.notify(ex, airbrake_request_data)
redirect_to root_url
end
, !