You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Folkman , thanks for creating this issue. It looks like the Ruby Tracing team introduced some nontrivial breaking changes. I'll get upgrading datadog-lambda-rb scheduled.
In the meantime, your best bet is probably going to be:
Adding the arn:aws:lambda:[REGION]:464622532012:layer:Datadog-Ruby2-7:14 layer to your lambda function. This layer includes datadog-lambda-rb and an older version of dd-trace
Expected Behavior
The latest
datadog-lambda
gem works with the latestddtrace
gem.Actual Behavior
The latest
datadog-lambda
gem doesn't work with the latestddtrace
gem.Steps to Reproduce the Problem
datadog-lambda
andddtrace
gems.Datadog::Lambda.configure_apm
block.datadog-lambda
's dependency onSyncWriter
which is not supported inddtrace
versions >= 1.0.See: https://github.com/DataDog/dd-trace-rb/blob/master/docs/UpgradeGuide.md#from-0x-to-10
This dependency can be found here:
datadog-lambda-rb/lib/datadog/lambda.rb
Line 31 in dc40377
Specifications
Stacktrace
The text was updated successfully, but these errors were encountered: