class Honeybadger::Logging::ConfigLogger

def caller_location

def caller_location
  if caller && caller.find {|l| l !~ LOCATE_CALLER_LOCATION && l =~ CALLER_LOCATION }
    Regexp.last_match(1)
  end
end