module Datadog::Tracing::Contrib::ActionCable::Patcher

def patch

def patch
  Events.subscribe!
  ::ActionCable::Connection::Base.prepend(Instrumentation::ActionCableConnection)
  ::ActionCable::Channel::Base.include(Instrumentation::ActionCableChannel)
end

def target_version

def target_version
  Integration.version
end