Remove newrelic gem

#207
This commit is contained in:
Artur Beljajev 2016-10-19 20:50:13 +03:00
parent de6ada96b1
commit c5956ef9f2
5 changed files with 2 additions and 240 deletions

View file

@ -4,7 +4,6 @@ class Registrar::DeppController < RegistrarController # EPP controller
rescue_from(Errno::ECONNRESET, Errno::ECONNREFUSED) do |exception|
logger.error 'COULD NOT CONNECT TO REGISTRY'
logger.error exception.backtrace.join("\n")
NewRelic::Agent.notice_error(exception)
redirect_to registrar_login_url, alert: t(:no_connection_to_registry)
end