module ElasticAPM::Spies::SidekiqSpy::Ext

def terminate

def terminate
  super.tap do
    ElasticAPM.stop
  end
end