0.4.2
Pre-release
Pre-release
Fixed:
- Deprecated method
Span::setResource()
not part ofOpenTracing\Span
: #141 (Fixes #140) - Improve testing coverage with Laravel 4.2 and 5.7 tests: #139
- Laravel integration using HttpFoundation to retrieve status code: #142 - thanks @funkjedi
- SynfonyBundle using
getenv()
in place of$_ENV
to read env variables: #143 - thanks @hinrik