DataDog / datadog-lambda-js

The Datadog AWS Lambda Library for Node
Apache License 2.0
113 stars 35 forks source link

feat: Bump dd-trace to 3.24 which includes fix for unhandled promise exceptions from lambda handlers #399

Closed astuyve closed 1 year ago

astuyve commented 1 year ago

What does this PR do?

fixes https://github.com/DataDog/dd-trace-js/issues/2893

Motivation

Testing Guidelines

Additional Notes

Types of Changes

Check all that apply

astuyve commented 1 year ago

@zARODz11z not quite, we install this as a dev dependency so that users can bring their own version of dd-trace if they install this library separately.

However, when we build the layers, we explicitly copy this dependency into the final docker build using this script