Releases: vercel/tracing-js
Releases · vercel/tracing-js
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
Minor Changes
See PR #10
- Separate
setupHttpTracing
into two functionssetupHttpTracing
function for incoming requestssetupFetchTracing
function for outgoing requests
- Refactor to separate files new parameters so that we don't need to expose Node.js typings
- Add tests for these new functions
- Add
node-fetch
devDependency (we use it in tests and examples)
Special thanks to @hharnisc 🎉
0.1.0
Minor Changes
- Change default trace id to 32 bytes (256 bit): e5dfa38
- Add exported
setupHttpTracing
function for tracing incoming and outgoing requests #8 - Add logging of additional fields (environment, dc, hostName, podName) #9
- Remove
Span
from exports. Instead useSpanContext
.
Patches
- Add more unit tests 👷: 6b3cb76
- Fix bug preventing top-level SpanContext: c7ef77d
- Add missing engine >= node8: 6ae43d1
Special thanks to @hharnisc for all the feedback! 🎉