module TestProf::EventProf::CustomEvents::SidekiqInline

def setup!

def setup!
  @depth = 0
  Sidekiq::Client.prepend ClientPatch
end