Skip to content

Releases: getsentry/sentry-symfony

3.2.1

19 Dec 11:57
620b90d

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

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

Choose a tag to compare

3.0.0

10 May 11:47
3.0.0
3fd045a

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

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

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

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

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)

2.1

05 Nov 14:31
2.1
c0154ea

Choose a tag to compare

2.1

Added

  • Add new excluded_exceptions option in config (#123, thanks @mcfedr)
  • Add config for autowiring the client (#158, thanks @gander)

Changed

  • Migrate YAML config to XML; drop dependency on symfony/yaml (#155, thanks @Pierstoval)

Fixed

  • Remove deprecation raised by Symfony 4.2 (#161, thanks @chalasr)

2.0.3

01 Jun 09:07
2.0.3
044f6c3

Choose a tag to compare

Added

Fixed

  • Retrieve use IP address from Symfony, to honor trusted proxies (#131, thanks @eliecharra)