Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolved missing dynamodb spans #851

Merged
merged 3 commits into from
Aug 24, 2023
Merged

fix: resolved missing dynamodb spans #851

merged 3 commits into from
Aug 24, 2023

Conversation

kirrg001
Copy link
Contributor

@kirrg001 kirrg001 commented Aug 23, 2023

refs 136351

Problem:
One library is using @aws-sdk/smithy-client and the other is already using @smithy/smithy-client.
If one is loaded earlier, the other one won't create spans.

@aws-sdk/client-dynamodb is currently using 3.188.0 on Lambda.
This version still uses the old smithy @aws-sdk/smithy-client.

But @aws-sdk/lib-dynamodb uses already the new smithy @smithy/smithy-client. That's why the customer didn't see any spans.

@kirrg001 kirrg001 marked this pull request as ready for review August 24, 2023 08:51
@kirrg001 kirrg001 requested a review from a team as a code owner August 24, 2023 08:51
Copy link
Contributor

@aryamohanan aryamohanan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@kirrg001 kirrg001 requested a review from a team August 24, 2023 09:18
@kirrg001 kirrg001 merged commit 7444a90 into main Aug 24, 2023
1 check passed
@kirrg001 kirrg001 deleted the fix/dynamodb-spans branch August 24, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants