send request traces to aws xray
npm install @narando/tracingInstrumentation for AWS XRay Tracing + Express
You need to have nodejs and npm installed.
``bash`
$ npm install @narando/tracing
You have to set the environment variable ENABLE_TRACING=true` to enable this module. Otherwise nothing will be traced.
As this package is part of the toolkit monorepo, please refer to the top-level
README to learn about hacking on this package.