Releases: getsentry/sentry-symfony
Releases · getsentry/sentry-symfony
3.0.0-beta1
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
Added
Changed
2.2.0
2.1
2.0.3
Added
- Add
symfony_version
as a default tag (#116, thanks @hjanuschka)
Fixed
- Retrieve use IP address from Symfony, to honor trusted proxies (#131, thanks @eliecharra)
1.0.3
Added
- Add
symfony_version
as a default tag (#117, backport of #116, thanks @hjanuschka)
Fixed
- Retrieve use IP address from Symfony, to honor trusted proxies (#132, backport of #131, thanks @eliecharra)
0.8.8
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
- Add
symfony_version
as a default tag (backport of #116, thanks @hjanuschka) - Add the new
excluded_exceptions
option from Sentry client 1.9 (see getsentry/sentry-php#583; #124, backport of #123, thanks @mcfedr)
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)