Skip to content

Releases: getsentry/sentry-php

1.8.1

09 Nov 17:48
3e4bb14
Compare
Choose a tag to compare
  • Add setters for the serializers on the Raven_Client (#515)
  • Avoid to capture E_ERROR in PHP 7+, because it's also a Throwable that gets captured and duplicates the error (#514)

1.8.0

29 Oct 21:33
b3a03c1
Compare
Choose a tag to compare
  • Use namespaced classes in test for PHPUnit (#506)
  • Prevent segmentation fault on PHP <5.6 (#504)
  • Remove ini_set call for unneeded functionality (#501)
  • Exclude single .php files from the app path (#500)
  • Start testing PHP 7.2 (#489)
  • Exclude anonymous frames from app path (#482)

1.7.1

02 Aug 16:39
1.7.1
ed62ac3
Compare
Choose a tag to compare
  • Fix of filtering sensitive data when there is an exception with multiple 'values' (#483)