PHP Extension 5.36.0 released
- Improvement: Events and event listeners for Symfony and Magento 2 now create full spans. They can now include a stack trace and have a proper parent-child relationship with any spans created within them, e.g. when a listener sends an SQL query.
- Improvement: The timeline now shows all Symfony event listeners. Previously only listeners for
kernel.events were shown. - Improvement: The timeline now shows Symfony event listeners when the
TraceableEventDispatcheris used. - Improvement: The Magento 2 instrumentation now instruments the
Bootstrap::terminate()method, allowing it to detect exceptions in theErrorhierarchy.