The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.5.0.
Features
-
Improve terminating callbacks visibility (#707)
This adds support for performance traces that happen after the terminable middleware emits the response.
-
Add
http.route.response
span (#708)Note: This feature requires Laravel
>= 10.13.0
to hail any new spans.This will add a
http.route.response
span which identifies possible actions taken to prepare the response, especially when usingIlluminate\Contracts\Support\Responsable
classes.
Bug Fixes
-
Refactor queue integration (#692)
This improves and fixes some edge cases around scope management when running Laravel Queues.
-
Improve
lazyLoadingViolationReporter
helper (#709)Check for
$model->exists
and$model->wasRecentlyCreated
before capturing the event.
Misc
- Bump the underlying PHP SDK to version
^3.19
to enforce an upgrade to fix an issue in libcurl>= v8.1.0
(#711)