New Features
- Support Laravel's handling of CORS HTTP OPTIONS.
Requests for Laravel's built-in automatic handling of CORS HTTP OPTIONS requests will now be given the transaction name_CORS_OPTIONS. 
Bug Fixes
- A potential segfault when using PHP 7.3, opcache and multiple PHP workers has been fixed.
 - Uncaught exceptions within a job being executed by a Laravel Queue worker are now reported correctly.
 - Invoking 
function_exists()on a function disabled with thedisable_functionsconfiguration directive will now correctly returnfalse.