newrelic / newrelic-ruby-agent

New Relic RPM Ruby Agent
https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby/
Apache License 2.0
1.2k stars 599 forks source link

Ruby Lambda layer stopped working on September 30th with agent version 9.14.0 #2919

Open fallwith opened 4 hours ago

fallwith commented 4 hours ago

Temporary Workaround

Set the following environment variable for the AWS Lambda function:

NEW_RELIC_SERVERLESS_MODE_ENABLED = true

Synopsis

Agent version v9.14.0 introduced an optimization in the handling of boolean based configuration parameters and this inadvertently caused the agent's "serverless" mode for AWS Lambda layer usage to break.

We will be fixing this in an upcoming agent release, but for now serverless mode will need to be forced on by way of an environment variable.

workato-integration[bot] commented 4 hours ago

https://new-relic.atlassian.net/browse/NR-332393