Releases: getsentry/sentry-symfony
Releases · getsentry/sentry-symfony
3.2.1
19 Dec 11:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
3.0.0
10 May 11:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Disable Sentry's ErrorHandler, and report all errors using Symfony's events (#204 )
3.0.0-beta1
06 Mar 21:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
Fixed
Retrieve use IP address from Symfony, to honor trusted proxies (#131 , thanks @eliecharra )