Releases: getsentry/sentry-laravel
Releases · getsentry/sentry-laravel
2.14.1
2.14.0
- Fix not listening to queue events because
QueueManager
is registered asqueue
in the container and not by it's class name (#568) - Fix status code not populated on transaction if response did not inherit from
Illuminate\Http\Response
likeIlluminate\Http\JsonResponse
(#573) - Align Span Operations with new spec (#574)
- Fix broken
SetRequestMiddleware
on Laravel < 6.0 (#575) - Also extract the authenticated user
email
andusername
attributes if available (#577)
2.13.0
- Only catch
BindingResolutionException
when trying to get the PSR-7 request object from the container
2.12.1
- Fix incorrect
release
andenvironment
values when using thesentry:test
command
2.12.0
- Add support for normalized route names when using Laravel Lumen (#449)
- Add support for adding the user ID to the user scope when using Laravel Sanctum (#542)
- Allow configuration of the
send_default_pii
SDK option with theSENTRY_SEND_DEFAULT_PII
env variable
2.11.1
2.11.0
2.10.2
- Fix
sentry:test
command not having correct exit code on success
2.10.1
- Fix compatibility with Laravel <= 6 of the
sentry:test
andsentry:publish
commands