Skip to content

Version 0.18.6

Compare
Choose a tag to compare
@codefromthecrypt codefromthecrypt released this 24 Jul 16:33
· 52 commits to master since this release

This adds the ability to manually flush spans from the BatchRecorder and fixes a couple bugs, most notably Error: Must be valid TraceId instance. Thanks for all the feedback and help making things better!

  • @jcchavezs added BatchRecorder.flush() for manual control of span reporting (ex in lambda) #362
  • Fixes Error: Must be valid TraceId instance relating to transpilation #422
  • Fixes wrong Span.kind on ServerRecv and dropped ClientAddr annotations #418