Improvements
Bumped
@newrelic/aws-sdktov1.1.1fromv1.0.0. https://github.com/newrelic/node-newrelic-aws-sdk/blob/master/CHANGELOG.md Notable improvements include:- Added official support for API promise calls, fixing two critical bugs.
- Added check before applying instrumentation to avoid breaking for very old versions.
Added
bindPromise()toShimprototype for direct usage by instrumentation. Previously,_bindPromise()was a private function in theShimmodule.Updated language in agent to be in line with New Relic Standards.
Fixes
- Fixed spelling in configuration error. Thank you to David Ray (@daaray) for the contribution.
- Fixed long-log truncation issue in Serverless mode.