diff --git a/app/controllers/errors_controller.rb b/app/controllers/errors_controller.rb index 262325f029..f071ae64f5 100644 --- a/app/controllers/errors_controller.rb +++ b/app/controllers/errors_controller.rb @@ -4,11 +4,6 @@ class ErrorsController < ApplicationController layout "errors" def not_found - Bugsnag.notify("404") do |event| - event.severity = "info" - - event.add_metadata(:request, :env, request.env) - end render status: :not_found, formats: :html end