class ElasticAPM::Spies::FaradaySpy

def disabled?

def disabled?
  Thread.current[DISABLE_KEY] ||= false
end