Skip to content

0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rochdev rochdev released this 31 May 13:57
· 2971 commits to master since this release

Bug Fixes

  • core: fix IDs being unsigned instead of signed (#122), closes #115
  • core: use absolute path when loading plugins (#125), thanks @dlsteuer!
  • core: fix the formatting of the buffer in the writer debug log (#127)
  • express: fix express context being lost in some cases (#114)
  • express: fix spans that should be root having a parent in some cases (#116)
  • express: fix express resource with multiple middlewares matching the route (#117)
  • express: fix context not bound when next is called with an error (#118)
  • express: fix express res.end() handler not bound to tracer context (#119)
  • express: add HTTP verb to express resource name (#124)
  • plugins: fix wrong context in integration callbacks (#121)