Skip to content

Fixes the hashing for spans to avoid collisions

Compare
Choose a tag to compare
@jcchavezs jcchavezs released this 23 Jun 09:12
· 142 commits to master since this release
8de0986

This new release fixes a bug described in https://github.com/jcchavezs/zipkin-php/issues/76 that was causing overriding of spans because of the reuse of hashes in spl_object_hash. Big thanks to @Aramack.