module Datadog::Tracing::Contrib::Mysql2::Patcher

def patch

def patch
  patch_mysql2_client
end

def patch_mysql2_client

def patch_mysql2_client
  ::Mysql2::Client.include(Instrumentation)
end

def target_version

def target_version
  Integration.version
end