我的 rollbar gem (1.2.13) 初始化设置:
Rollbar.configure do |config|
config.before_process << handler
end
此配置未引发任何方法错误。任何人都可以报告成功案例或任何提示?
undefined method 'before_process' for #<Rollbar::Configuration:0x007f34b6a4d6b0> (NoMethodError)
我的 rollbar gem (1.2.13) 初始化设置:
Rollbar.configure do |config|
config.before_process << handler
end
此配置未引发任何方法错误。任何人都可以报告成功案例或任何提示?
undefined method 'before_process' for #<Rollbar::Configuration:0x007f34b6a4d6b0> (NoMethodError)
Rollbar::Configuration#before_process
在 gem 的 2.8.0 版本中添加,https://github.com/rollbar/rollbar-gem/blob/master/CHANGELOG.md#280。