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
…sqs ReceiveMessage context handling (open-telemetry#1847)
In `@aws-sdk/client-sqs` v3.316 the SQS client methods became async. This breaks
the `utils.bindPromise` usage that attempts to propagate the SQS ReceiveMessage
span context to the user's handler for the method's returned promise.
Fixing that propagation is for open-telemetry#707 or another issue.
This change is a workaround that skips the testing of that span context
propagation feature.
Fixes: open-telemetry#1477
Refs: open-telemetry#707
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Originally posted by @morigs in #1465 (comment)
API OTEP: open-telemetry/oteps#89
SDK OTEP: open-telemetry/oteps#128
The text was updated successfully, but these errors were encountered: