在 Rails 项目中使用 Airbrake 在测试时出错

Using Airbrake in Rails projekt got error while testing

我尝试在我的 Rails 4.2 项目中使用 Airbrake,但是当我 运行

sudo rake airbrake:test

我收到这个错误:

rake aborted!
Airbrake::Error: the 'default' notifier isn't configured

谁能告诉我这是怎么回事?

谢谢!

听起来你不小心升级到了 new Airbrake v5 gem

您可以:

  1. 按照 migration guide 从 airbrake v4 迁移到 v5
  2. 在 gemfile 中将减速板锁定为 v4,例如像 gem 'airbrake', '~> 4.3'