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