Releases: Vinelab/tracing-laravel
Releases · Vinelab/tracing-laravel
v2.0.2
v2.0.1
v2.0.0
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
Fixed
- Address issues with Laravel 8
v1.3.1
v1.3.0
Added
- Spans tagged with
error=true
now also contain an error message.
v1.2.2
v1.2.1
Exclude stack trace from debug logs.
v1.2.0
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
Bump dependencies for Laravel 7 support