Skip to content

Releases: getsentry/sentry-symfony

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)

3.2.1

19 Dec 11:57
620b90d
Compare
Choose a tag to compare
  • Fix handling of command with no name on ConsoleListener (#261)
  • Remove check by AuthorizationChecker in RequestListener (#264)
  • Fixed undefined variable in RequestListener (#263)

3.2.0

04 Oct 13:32
Compare
Choose a tag to compare
  • 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

02 Jul 08:47
3.1.0
0a12cde
Compare
Choose a tag to compare

3.0.0

10 May 11:47
3.0.0
3fd045a
Compare
Choose a tag to compare

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

22 Mar 10:20
3.0.0-beta2
2845df5
Compare
Choose a tag to compare
3.0.0-beta2 Pre-release
Pre-release
  • Disable Sentry's ErrorHandler, and report all errors using Symfony's events (#204)

3.0.0-beta1

06 Mar 21:17
3.0.0-beta1
81454fb
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release

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.

2.3.0

28 Jan 09:30
2.3.0
a403d28
Compare
Choose a tag to compare

Added

  • Add support for ignore_server_port option (#187, thanks @nocive)

Changed

  • Remove server_name option default value: this will help reporting the server name correctly in Docker containers (#181, thanks @jvasseur)
  • Refactor ExceptionListener to have a dedicated getUserData() protected method (#180, thanks @bouland)

2.2.0

05 Jan 13:48
2.2.0
b36df36
Compare
Choose a tag to compare

Added

  • Add the route tag automatically to any event generated by a request (#167, thanks @ruudk)

Changed

  • Make the ExceptionListener more extendable by making all members at least protected (#176, thanks @bouland)