mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 04:37:30 +02:00
Merge pull request #1374 from internetee/improve-epp-exception-handling
Improve EPP exception handling
This commit is contained in:
commit
bb108efedd
2 changed files with 2 additions and 0 deletions
|
@ -395,6 +395,7 @@ module Epp
|
|||
end
|
||||
|
||||
def log_exception(exception)
|
||||
logger.error(([exception.message] + exception.backtrace).join($INPUT_RECORD_SEPARATOR))
|
||||
notify_airbrake(exception)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -8,6 +8,7 @@ require 'action_mailer/railtie'
|
|||
require 'action_view/railtie'
|
||||
require 'sprockets/railtie'
|
||||
require 'csv'
|
||||
require 'English'
|
||||
require 'rails/all'
|
||||
# require "rails/test_unit/railtie"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue