Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Consistent changes in API methods and adds Mock tracer

Pre-release
Pre-release

Choose a tag to compare

@jcchavezs jcchavezs released this 18 Mar 08:24
· 92 commits to master since this release
7254d1c

This new version includes breaking changes in the API (#51, #53 and #49) and adds the implementation for a mock tracer (#21).

  • [#51] Introduce setTag method for a Span interface and get rid of setTags c913ee6
  • [#53] Delete $logRecords argument from Span::finish() 6cbe928
  • [#49] Removes SpanContextNotFound exception 9cba9e1
  • [#21] Adds Mock tracer 7254d1c

Thanks to @ellisv for the API simplifications and @beberlei, @StymiedSloth and @masterada for the feedback in the mock tracer.