Importante
The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.
Bug Fixes
- This release fixes a rare bug where applications that had the ionCube loader enabled and called
set_exception_handler()
repeatedly could crash.
New Features
- Exceptions that are ignored by Laravel 5's default exception handler will also now be ignored by the PHP agent's error reporting feature. This can be controlled by adding or removing entries in the
dontReport
property of Laravel's default exception handler, as described in the Laravel documentation.