class Honeybadger::Notice

def ignore_by_callbacks?

def ignore_by_callbacks?
  config.exception_filter &&
    config.exception_filter.call(self)
end