-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(instrumentation-aws-sdk): sqs message id missing on send command (#…
…968) * test(instrumentation-aws-sdk): make sure that message id attribute is set on send command * fix(instrumentation-aws-sdk): set message id on send command * style(instrumentation-aws-sdk): lint fixes * chore(instrumentation-aws-sdk): use optional chaining in case data is null * test(instrumentation-aws-sdk): cover sdk v2 sqsResponseHook messaging attributes * style: lint fix * test(instrumentation-aws-sdk): make sure correct http status code is used * test(instrumentation-aws-sdk): rename test to inlcude sendMessage Co-authored-by: Amir Blum <amir@aspecto.io>
- Loading branch information
1 parent
eba9531
commit 8b36fe1
Showing
3 changed files
with
106 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters