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
bizob2828
changed the title
@aws-sdk/client-s3 does not add aws.* attributes to the appropriate span
aws mock doesn't work with @aws-sdk/[email protected]+
Jul 19, 2024
Description
It looks like in
@aws-sdk/[email protected]
our versioned tests stop working. The reason is because the context manager returns the root span in addAwsAttribute middleware. It looks like the root cause is https://github.com/aws/aws-sdk-js-v3/pull/6232/files. The response is getting wrapped in a stream and we rely on the IncomingMessage to get the external span.Expected Behavior
s3 client adds the aws.* to the appropriate span.
Steps to Reproduce
npm run versioned:internal:major aws-sdk-v3
The text was updated successfully, but these errors were encountered: