class Honeybadger::Notice

def ignore_by_origin?

Experimental RBS support (using type sampling data from the type_fusion project).

def ignore_by_origin?: () -> false

This signature was generated using 1 sample from 1 application.

def ignore_by_origin?
  return false if opts[:origin] != :rake
  return false if config[:'exceptions.rescue_rake']
  true
end