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
Description
This line is checking for the key eventSource which will never be satisfied for SNS. Per AWS docs, the key is actually EventSource. The very simple fix would be to simply check for both eventSource and EventSource.
What is the expected behavior?
What did you expect to see? span_kind for SNS event sources should be set to CONSUMER
What is the actual behavior? span_kind for SNS event sources are being set to SERVER
The text was updated successfully, but these errors were encountered:
Description
This line is checking for the key
eventSource
which will never be satisfied for SNS. Per AWS docs, the key is actuallyEventSource
. The very simple fix would be to simply check for botheventSource
andEventSource
.What is the expected behavior?
What did you expect to see?
span_kind
for SNS event sources should be set toCONSUMER
What is the actual behavior?
span_kind
for SNS event sources are being set toSERVER
The text was updated successfully, but these errors were encountered: