diff --git a/lib/new_relic/agent/instrumentation/aws_sdk_lambda/chain.rb b/lib/new_relic/agent/instrumentation/aws_sdk_lambda/chain.rb index c71a7b8e5e..221ff74542 100644 --- a/lib/new_relic/agent/instrumentation/aws_sdk_lambda/chain.rb +++ b/lib/new_relic/agent/instrumentation/aws_sdk_lambda/chain.rb @@ -2,6 +2,8 @@ # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true +require_relative 'instrumentation' + module NewRelic::Agent::Instrumentation module AwsSdkLambda::Chain def self.instrument! diff --git a/lib/new_relic/agent/instrumentation/aws_sdk_lambda/prepend.rb b/lib/new_relic/agent/instrumentation/aws_sdk_lambda/prepend.rb index 20910221b6..db4de5b4ad 100644 --- a/lib/new_relic/agent/instrumentation/aws_sdk_lambda/prepend.rb +++ b/lib/new_relic/agent/instrumentation/aws_sdk_lambda/prepend.rb @@ -2,6 +2,8 @@ # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true +require_relative 'instrumentation' + module NewRelic::Agent::Instrumentation module AwsSdkLambda::Prepend include NewRelic::Agent::Instrumentation::AwsSdkLambda