How to implement XRay in NodeJS project? – Amazon Web Sevices
I've a nodejs project with Docker and ECS in AWS and i need to implement XRay to get the traces but I couldn't get it to work yet I installed 'aws-xray-sdk' (npm install aws-xray-sdk), then I added const AWSXRay =…