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)