What's Changed
- Update information about environment variable
NR_TAGS
in the Readme.NR_TAGS
can be used to add tags to all the lambda log events by @chaudharysaket in #229 - Fixed docker handler warning issue for containerized lambda by @chaudharysaket in #230
- Introduce support for
NEW_RELIC_ENABLED
Environment variable to disable agent and extension by @chaudharysaket in #233 - Update
NEW_RELIC_ENABLED
to env bool type by @chaudharysaket in #234 - Adds a feature to ignore Extension Startup Checks using the Lambda environment variable
NEW_RELIC_IGNORE_EXTENSION_CHECKS
. One can ignore selected Extension Checks by using a comma-separated value. For example,agent,handler
will ignore agent and handler Extension Checks. Useall
to ignore all Extension Checks. It is recommended to ignoreall
Extension Checks after the Lambda function has been successfully instrumented. by @chaudharysaket in #235 - Release v2.3.14 by @chaudharysaket in #237
Full Changelog: v2.3.13...v2.3.14