Class: GetaroundUtils::Patches::KeyValueSidekiqExceptions

Inherits:
Object
  • Object
show all
Defined in:
lib/getaround_utils/patches/key_value_sidekiq_exceptions.rb

Defined Under Namespace

Modules: ExceptionHandlerLogger

Class Method Summary collapse

Class Method Details

.enableObject



19
20
21
# File 'lib/getaround_utils/patches/key_value_sidekiq_exceptions.rb', line 19

def self.enable
  Sidekiq::ExceptionHandler::Logger.prepend ExceptionHandlerLogger
end