PHP Extension 5.34.0 released
- New Feature: Add automated worker mode instrumentation support for FrankenPHP’s worker mode (
frankenphp_handle_request()). - New Feature: Add basic support for Tempest 2.
- New Feature: Create spans for WoltLab Suite events (
EventHandler::fireAction()) and Yii 3’s EventDispatcher. - Improvement: The MongoDB “connect” span upon construction of the
MongoDB\Driver\Managerhas been removed due to being misleading. The connection to the cluster nodes is lazily established when the first command is sent. - Bugfix: Fix session layer tracking for Laravel.