Hafiz Fahad Munir
Hafiz Fahad Munir

Reputation: 527

Bugsnag not notifying completed 404 error rails rubymine

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

Upvotes: 0

Views: 150

Answers (0)

Related Questions