module Isolator

def notify(exception:, backtrace:)

def notify(exception:, backtrace:)
  Notifier.new(exception, backtrace).call
end