v1.1.1 - Minor Fixes
Improvements:
Fixes:
- The B3 codec was including the
X-B3-ParentId
header even in cases where there was no parent, which was causing issues on Safari/Webkit brosers as explained in kamon-io/kamon-akka-http#35. Now theX-B3-ParentId
will only be included if there actually is a parentID on the Span. Fixed by @ivantopo on 2f05b3b.