sentry-php

The official PHP SDK for Sentry (sentry.io)

MIT License

Downloads
146M
Stars
1.8K
Committers
233

Bot releases are hidden (Show)

sentry-php - 1.9.0

Published by stayallive over 6 years ago

  • Fixed undefined variable (#588)
  • Fix for exceptions throwing exceptions when setting event id (#587)
  • Fix monolog handler not accepting Throwable (#586)
  • Add excluded_exceptions option to exclude exceptions and their extending exceptions (#583)
  • Fix HTTP_X_FORWARDED_PROTO header detection (#578)
  • Fix sending events async in PHP 5 (#576)
  • Avoid double reporting due to ErrorExceptions (#574)
  • Make it possible to overwrite serializer message limit of 1024 (#559)
  • Allow request data to be nested up to 5 levels deep (#554)
  • Update serializer to handle UTF-8 characters correctly (#553)
sentry-php - 1.8.4

Published by stayallive over 6 years ago

  • Revert ignoring fatal errors on PHP 7+ (#571)
  • Add PHP runtime information (#564)
  • Cleanup the site value if it's empty (#555)
  • Add application/json input handling (#546)
sentry-php - 1.8.3

Published by stayallive over 6 years ago

  • Serialize breadcrumbs to prevent issues with binary data (#538)
  • Fix notice array_key_exists() expects parameter 2 to be array, null given (#527)
sentry-php - 1.8.2

Published by stayallive almost 7 years ago

  • Improve handling DSN with "null" like values (#522)
  • Prevent warning in Raven_Stacktrace (#493)
sentry-php - 1.8.1

Published by stayallive almost 7 years ago

  • 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)
sentry-php - 1.8.0

Published by stayallive almost 7 years ago

  • 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)
sentry-php -

Published by Jean85 about 7 years ago

  • Fix of filtering sensitive data when there is an exception with multiple 'values' (#483)