Closed akashdeep-sharma closed 3 years ago
As the error message indicates, you must call setSegment
within a ns.run()
or ns.bind()
closure. For example see: https://github.com/aws/aws-xray-sdk-node/tree/master/packages/core#developing-custom-solutions-without-middleware
I am getting No context available at setSegement(). I am using Nest Js framework