@mknosens/express-traceid

2.1.1 • 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

/@mknosens/express-traceid/

    Package Sidebar

    Install

    npm i @mknosens/express-traceid

    Weekly Downloads

    1

    Version

    2.1.1

    License

    ISC

    Unpacked Size

    2.61 kB

    Total Files

    4

    Last publish

    Collaborators

    • mknosens