class ExceptionNotifier::SquashNotifier::SquashRubyNotifier

Public Instance Methods

call(exception, data={}) click to toggle source
# File lib/exception_notifier/squash_notifier/ruby.rb, line 19
def call(exception, data={})
  #NB: You can pass a `user_data` hash to #notify, and most attr's will be placed into a `user_data` field
  Squash::Ruby.notify(exception, data)
end