I try to use Airbrake in my Rails 4.2 project, but when I run
sudo rake airbrake:test
I got this error:
rake aborted!
Airbrake::Error: the 'default' notifier isn't configured
can anyone tell me whats the problem?
thanks!
Sounds like you have inadvertently upgraded to the new Airbrake v5 gem.
You can:
gem 'airbrake', '~> 4.3'