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
After upgrading from dd-trace 5.79.0 to 5.80.0, we are getting a crash caused by infinite recursion inside the AWS SDK v3 instrumentation. The stack repeatedly shows the wrapper calling itself:
RangeError: Maximum call stack size exceeded
at AwsJson1_0Protocol.deserializeResponse (.../datadog-instrumentations/src/aws-sdk.js:46:24)
at AwsJson1_0Protocol.deserializeResponse (... same ...)
...
When we disable the integration:
DD_TRACE_DISABLED_PLUGINS=aws-sdk
the issue disappears. All SQS calls work normally.