0

我的 rollbar gem (1.2.13) 初始化设置:

Rollbar.configure do |config|
  config.before_process << handler
end

此配置未引发任何方法错误。任何人都可以报告成功案例或任何提示?

undefined method 'before_process' for #<Rollbar::Configuration:0x007f34b6a4d6b0> (NoMethodError)

4

1 回答 1

0

Rollbar::Configuration#before_process在 gem 的 2.8.0 版本中添加,https://github.com/rollbar/rollbar-gem/blob/master/CHANGELOG.md#280

于 2017-01-04T08:37:15.077 回答