Skip to content

Releases: getsentry/sentry-symfony

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)

2.1

05 Nov 14:31
2.1
c0154ea
Compare
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
Compare
Choose a tag to compare

Added

Fixed

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

1.0.3

01 Jun 09:07
1.0.3
482c98d
Compare
Choose a tag to compare

Added

Fixed

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

0.8.8

01 Jun 09:07
0.8.8
a518e15
Compare
Choose a tag to compare

This will be the last release with new features for the 0.x series; only security fixes will be released in the feature for this branch.

Added

Changed

  • Require at least version 1.9 of the sentry/sentry base client, due to #124

Fixed

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

2.0.2

06 Mar 14:53
2.0.2
1e32a28
Compare
Choose a tag to compare

Fixed

  • Fix processorOptions in yaml configuration (#107)

1.0.2

06 Mar 14:38
1.0.2
76bc046
Compare
Choose a tag to compare

Fixed

  • Fix processorOptions in YAML configuration (#109, backport of #107)

2.0.1

31 Jan 09:05
2.0.1
0d72d42
Compare
Choose a tag to compare

Fixed

  • Avoid reporting CLI errors twice (#104)

2.0

12 Dec 14:12
2.0
3e94025
Compare
Choose a tag to compare
2.0

Added

  • Add support for Symfony 4.x

Changed

  • The SentryBundle::VERSION constant has been replaced with the SentryBundle::getVersion(): string method, to get a more accurate result
  • Due to a deprecation in symfony/console, we require it at at least version 3.3, and we added a method to SentryExceptionListenerInterface:
    public function onConsoleException(ConsoleErrorEvent $event);

Removed

  • Drop support for Symfony 2.x
  • Drop support for PHP 5 and 7.0

1.0.1

04 Dec 13:43
1.0.1
988a3d9
Compare
Choose a tag to compare

Changed

  • The sentry.client service is now explicitly declared as public