Skip to content

Releases: Vinelab/tracing-laravel

v2.0.2

06 Aug 10:25
56df25a
Compare
Choose a tag to compare

Added

  • Hide sensitive HTTP requests input.

v2.0.1

22 Jun 15:04
331f61b
Compare
Choose a tag to compare

Added

v2.0.0

10 Dec 09:40
5e38258
Compare
Choose a tag to compare

Changed

  • Upgraded Zipkin instrumentation to a new major version. This change should only affect users of the library that extend context propagation methods. However, if you only ever use default formats the upgrade should be seamless.

v1.3.2

30 Sep 19:52
32c8668
Compare
Choose a tag to compare

Fixed

  • Address issues with Laravel 8

v1.3.1

09 Sep 07:25
35fd635
Compare
Choose a tag to compare

Added

  • Allow to explicitly pass timestamps when creating/finishing spans #21 (thanks to @ujin001)
  • Laravel 8 support

Fixed

  • Address issues with inconsistent tests related to PHP/Laravel versions #20 tests passing now 💪 @adiachenko

v1.3.0

01 Sep 16:12
acba5b2
Compare
Choose a tag to compare

Added

  • Spans tagged with error=true now also contain an error message.

v1.2.2

13 May 08:59
e3a5eed
Compare
Choose a tag to compare

Added

  • Trait to support tracing Laravel projects based on the Lucid Architecture by automatically tracing its components (Feature, Job, Operation)

v1.2.1

05 Apr 22:49
Compare
Choose a tag to compare

Exclude stack trace from debug logs.

v1.2.0

05 Apr 19:27
401e28c
Compare
Choose a tag to compare

Log debug messages when unable to resolve IP address from a hostname (previously warning). This makes it easier to filter them out in select environments to prevent error spam in case the collector goes down.

v1.1.0

15 Mar 15:38
400c253
Compare
Choose a tag to compare

Bump dependencies for Laravel 7 support