Bugsnag not notifying completed 404 error rails rubymine

151 Views Asked by At

Bugsnag is reporting other errors like 501 internal server error but not 404 error as described in the docs. In gem file i have

gem 'bugsnag'

in Initializer folder i have bugsnag.rb

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

There are 0 best solutions below