Skip to content

Releases: vercel/tracing-js

0.5.1

05 May 17:59
Compare
Choose a tag to compare

Patches

  • Create license.md: #29
  • Update CI to Node 14: #30

Credits

Huge thanks to @joecohens for helping!

0.5.0

29 Sep 19:35
Compare
Choose a tag to compare

Changes

This package has been renamed from @zeit/tracing-js to @vercel/tracing-js.

  • Rename ZEIT to Vercel: #28
  • Fix badge to circleci: #25
  • Add ts coverage: #26
  • Remove legacy GitHub Actions: #23 and #27

0.4.3

17 May 12:49
Compare
Choose a tag to compare

Patches

  • Include types for published package: ff16218

0.4.2

17 May 12:40
Compare
Choose a tag to compare

Patches

  • Add circleci and codecov: #22
  • Bundle libhoney types: e796431

Credits

Huge thanks to @styfle for helping!

0.4.1

08 Apr 14:55
Compare
Choose a tag to compare

Patches

  • Update README.md with better examples: #20
  • Add default values to TypeScript declaration: #21

0.4.0

12 Mar 17:50
Compare
Choose a tag to compare

Minor Changes

  • Add samplerate tag and require a SamplerBase.getRate() method: #14

Patches

  • Create CODEOWNERS file for automatically adding PR reviewers: #15
  • Prevent sending more than once, allow multiple calls to span.finish(): #17

0.3.0

05 Mar 16:31
Compare
Choose a tag to compare

Minor Changes

  • Rename hostName to nodeName: #12

0.2.0

05 Mar 15:20
Compare
Choose a tag to compare

Minor Changes

See PR #10

  • Separate setupHttpTracing into two functions
    • setupHttpTracing function for incoming requests
    • setupFetchTracing 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

28 Feb 16:10
Compare
Choose a tag to compare

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 use SpanContext.

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! 🎉

0.0.3

26 Feb 14:12
Compare
Choose a tag to compare

Patches

  • Relax unit test: 1954718
  • Fix GitHub Actions for pull_request #7
  • Fix GitHub repository key in package.json: 74d1040