- 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)