Conversation
|
Should this currently pin the version to |
The most recent version of the datadog-lambda-python package now supports v3.0 of ddtrace. I suspect that you were using an older version of datadog-lambda-python that did not yet support v3.0 of ddtrace, which caused your incident. |
d99e491 to
e431231
Compare
e431231 to
4a07c26
Compare
| datadog = ">=0.51.0,<1.0.0" | ||
| wrapt = "^1.11.2" | ||
| ddtrace = ">=2.20.0" | ||
| ddtrace = ">=2.20.0,<4" |
There was a problem hiding this comment.
Looks like we are covering two major versions here, 2.2 and 3, is this intended?
There was a problem hiding this comment.
Yes. For now we are supporting both.
duncanista
left a comment
There was a problem hiding this comment.
Approving assuming both major versions have been tested by @DataDog/apm-serverless
What does this PR do?
Motivation
Testing Guidelines
Additional Notes
Types of Changes
Check all that apply