Releases: getsentry/sentry-symfony
Releases · getsentry/sentry-symfony
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
- Add forward compatibility with Symfony 5 (#235, thanks to @garak)
- Fix Hub initialization for
ErrorListener
(#243, thanks to @teohhanhui) - Fix compatibility with sentry/sentry 2.2+ (#244)
- Add support for
class_serializers
option (#245) - Add support for
max_request_body_size
option (#249) - Add option to disable the error listener completely (#247, thanks to @HypeMC)
- Add options to register the Monolog Handler (#247, thanks to @HypeMC)
3.1.0
3.0.0
This is a new major version, with many changes. The most notable is the usage of the new Sentry SDK (v2). For more details please refer to the UPGRADE-3.0.md document.
Changes from 3.0.0-beta2
- Add the
sentry:test
command, to test if the Sentry SDK is functioning properly.
3.0.0-beta2
- Disable Sentry's ErrorHandler, and report all errors using Symfony's events (#204)
3.0.0-beta1
The 3.0 major release has multiple breaking changes. The most notable one is the upgrade to the 2.0 base SDK client.
Refer to the UPGRADE-3.0.md document for a detailed explanation.