3.2.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.2.0.
This release adds support for Laravel 10.
Features
- Add support for Laravel 10 (#630)
- Thanks to @jnoordsij for their contribution.
- Add
tracing.http_client_requests
option (#641)-
You can now disable HTTP client tracing in your
config/sentry.php
file'tracing' => [ 'http_client_requests' => true|false, // This feature is enabled by default ],
-