You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note**: This feature requires Laravel `>= 10.13.0` to hail any new spans.
16
+
17
+
This will add a `http.route.response` span which identifies possible actions taken to prepare the response, especially when using `Illuminate\Contracts\Support\Responsable` classes.
Check for `$model->exists` and `$model->wasRecentlyCreated` before capturing the event.
28
+
29
+
### Misc
30
+
31
+
- Bump the underlying PHP SDK to version `^3.19` to enforce an upgrade to fix an issue in libcurl `>= v8.1.0`[(#711)](https://github.com/getsentry/sentry-laravel/pull/711)
32
+
3
33
## 3.4.1
4
34
5
35
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.4.1.
0 commit comments