0

Bugsnag 正在报告其他错误,例如 501 内部服务器错误,但不是文档中描述的 404 错误。在gem文件中我有

gem 'bugsnag'

在 Initializer 文件夹中我有 bugsnag.rb

Bugsnag.configure do |config|
  config.api_key = "abc................"
end
4

0 回答 0