Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

v1.1.1 - Minor Fixes and Improved Server Span Finishing

Compare
Choose a tag to compare
@ivantopo ivantopo released this 14 May 14:08
· 61 commits to master since this release

Fixes

  • The instrumentation not treating HTTP headers in a case insensitive manner which was causing issues joining distributed traces. This was fixed by @hughsimpson via #38.

Improvements

  • Server spans are now finished when the entity data has been transferred to the client (previously it was finished when the response headers were ready). Contributed by @Falmarri via #37.