We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0198293 commit b59c2a8Copy full SHA for b59c2a8
ruby/newrelic_lambda_wrapper.rb
@@ -117,8 +117,8 @@ def self.require_source_file(path)
117
118
# warm the memoization cache so that the very first customer method invocation
119
# isn't made to wait
120
-NewRelicLambdaWrapper.require_ruby_agent
121
NewRelicLambdaWrapper.method_name_and_namespace
+NewRelicLambdaWrapper.require_ruby_agent
122
123
def handler(event:, context:)
124
method_name, namespace = NewRelicLambdaWrapper.method_name_and_namespace
0 commit comments