# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

require 'new_relic/agent'
module NewRelic
  module Agent
    # stub module that contains instrumentation defined in the
    # instrumentation directory
    module Instrumentation
    end
  end
end
