Closed sobstel closed 8 months ago
Hi, thx for the patch.
Which version(s) of ddtrace are affected by this? AFAIK this does not affect "latest"
Which version(s) of ddtrace are affected by this? AFAIK this does not affect "latest"
I've noticed it after upgrading to 1.20.0
It is on master branch: https://github.com/DataDog/dd-trace-rb/blob/81e6060550e4c860ae6ac8b26d0be3dea0e375d0/lib/datadog/core/configuration/option_definition.rb#L98C1-L106C14
and lazy
doesn't work and throws warnings since 1.13.0 (https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md#added-7)
created this MR to address this. Your PR was removing .lazy
calls in blocks for versions older than 1.13, as well as unversioned code blocks.
Closing the MR, but feel free to comment.
Removed
lazy
option for datadog adapter as it is now deprecated in datadog (https://github.com/DataDog/dd-trace-rb/pull/2931) and what's worse it makes httpx to throw warnings for each usage (5 warning together).