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
Looking at the issue of @Jesusdiazrivero, it was fixed by upgrading the version to 3.9.0. However, in my case, XRay version was already at 3.9.0 when I encountered the issue. Still not sure how to go about on this one.
Hello, I am getting an error when using
aws-xray-sdk
with@aws-sdk/client-eventbridge
.I tried to instrument event bridge using the
captureAWSv3Client
like so:and I get an error:
TypeError: Cannot read properties of undefined (reading 'remove') at Object.captureAWSClient [as captureAWSv3Client]
.Here are the version I am using:
"aws-xray-sdk": "^3.9.0",
"@aws-sdk/client-eventbridge": "^3.215.0",
The text was updated successfully, but these errors were encountered: