Skip to content

Releases: getsentry/sentry-symfony

3.5.1

08 May 06:37
Compare
Choose a tag to compare
  • 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

04 May 21:15
Compare
Choose a tag to compare
  • 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

16 Mar 09:13
d48d50d
Compare
Choose a tag to compare
  • Improve release option default value (#325)

3.4.3

03 Feb 09:04
2190ea7
Compare
Choose a tag to compare

3.4.2

29 Jan 12:10
afb01cc
Compare
Choose a tag to compare
  • Remove space from classname used with class_alias (#313)

3.4.1

24 Jan 12:03
b35dfa8
Compare
Choose a tag to compare
  • 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

20 Jan 14:44
Compare
Choose a tag to compare
  • 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

16 Jan 09:05
3a9c266
Compare
Choose a tag to compare
  • Fix issue with exception listener under Symfony 4.3 (#301)

3.3.1

14 Jan 11:31
Compare
Choose a tag to compare
  • Fixed Release

3.3.0

14 Jan 11:35
Compare
Choose a tag to compare
  • 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)