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
Currently the package base has just one constant and ExportResult which is a bit weird to be a standalone package, should we simply include this into api ?
The text was updated successfully, but these errors were encountered:
…pen-telemetry#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 <[email protected]>
Currently the package
base
has just one constant andExportResult
which is a bit weird to be a standalone package, should we simply include this intoapi
?The text was updated successfully, but these errors were encountered: