Skip to content

Releases: immobiliare/sentry-php

1.7.0

09 Oct 17:42
d1b275a
Compare
Choose a tag to compare
  • Changes for compatibility with php5.2
  • Corrected some issues with argument serialization in stacktraces (getsentry#399).
  • The default exception handler will now re-raise exceptions when call_existing is true and no exception handler is registered (getsentry#421).
  • Collect User.ip_address automatically (getsentry#419).
  • Added a processor to remove web cookies. It will be enabled by default in 2.0 (getsentry#405).
  • Added a processor to remove HTTP body data for POST, PUT, PATCH and DELETE requests. It will be enabled by default in 2.0 (getsentry#405).
  • Added a processor to sanitize HTTP headers (e.g. the Authorization header) (getsentry#428).
  • Added a processor to remove pre_context, context_line and post_context informations from reported exceptions (getsentry#429).
  • Added php version badge to readme