Releases: getsentry/sentry-symfony
Releases · getsentry/sentry-symfony
3.5.1
- Capture events using the
Hub
in the MessengerListener
to avoid loosing Scope
data (#339, thanks to @sh41)
- Capture multiple events if multiple exceptions are generated in a Messenger Worker context (#340, thanks to @emarref)
3.5.0
- Capture and flush messages in a Messenger Worker context (#326, thanks to @emarref)
- Support Composer 2 (#335)
- Avoid issues with dependency lower bound, fix #331 (#335)
3.4.4
- Improve
release
option default value (#325)
3.4.2
- Remove space from classname used with
class_alias
(#313)
3.4.1
- Fix issue due to usage of
class_alias
to fix deprecations, which could break BC layers of third party packages (#309, thanks to @scheb)
3.4.0
- Add support for
sentry/sentry
2.3 (#298)
- Drop support for
sentry/sentry
< 2.3 (#298)
- Add support to
in_app_include
client option (#298)
- Remap
excluded_exception
option to use the new IgnoreErrorIntegration
(#298)
3.3.2
- Fix issue with exception listener under Symfony 4.3 (#301)
3.3.0
- Add support for Symfony 5.0 (#266, thanks to @Big-Shark)
- Drop support for Symfony < 3.4 (#277)
- Add default value for the
release
option, using the detected root package version (#291 #292, thanks to @Ocramius)