@mknosens/express-traceid

2.1.0 • Public • Published

Adds a traceid to your Express request

  • Uses UUID v1 to generate a new trace id for each request
  • Sets it in the Express request object (req.traceId), which can be used by the logger in the code
  • Sets it in the Express response header ('X-Trace-Id'), which can be shown to the consumer when things fail

Readme

Keywords

Package Sidebar

Install

npm i @mknosens/express-traceid

Weekly Downloads

1

Version

2.1.0

License

ISC

Unpacked Size

2.49 kB

Total Files

4

Last publish

Collaborators

  • mknosens