The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.9.0.
Features
-
Add a new Doctrine DBAL tracing driver that does not implement the deprecated
VersionAwarePlatformDriver
(#723)The driver is automatically picked if
doctrine/dbal
version3.2.0
or higher is installed.
Bug Fixes
- Fix config type of
http_connect_timeout
andhttp_timeout
options (#721)
Misc
- Bump the underlying PHP SDK to version
^3.19
(#725)