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
The code loading this allow list, to get the allowlist parameters has a lookup in a map using Sqs and Sns which leads to not loading this metadata and therefore to not including the queue url or topic arn in the segement data.
The file https://github.com/aws/aws-xray-sdk-java/blob/master/aws-xray-recorder-sdk-aws-sdk-v2/src/main/resources/com/amazonaws/xray/interceptors/DefaultOperationParameterWhitelist.json lists sqs and sns as
SQS
andSNS
.The code loading this allow list, to get the allowlist parameters has a lookup in a map using
Sqs
andSns
which leads to not loading this metadata and therefore to not including the queue url or topic arn in the segement data.Example code
Debugging Code showing the issue for
SqsClient
The text was updated successfully, but these errors were encountered: