The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.10.0.
Features
- The SDK was updated to support PHP 8.4 (#1760)
- Expose a new
http_ssl_native_ca
option to tell the HTTP client to use the operating system's native CA store for certificate verification (#1766)
Bug Fixes
- Fix the
http_timeout
&http_connect_timeout
options, which now also work with sub second values (#1785)