Improvement: Disambiguate Doctrine’s events by event (and entity name for Lifecycle events) in the Callgraph.
Improvement: Create full spans for Doctrine’s DQL parser, object hydrator, and changeset computation with annotations indicating the size of the workload.
Improvement: Create full spans for Laravel’s session system.
Improvement: Create spans for WoltLab Suite’s session system.
Improvement: Create spans for session_write_close().
Improvement: Events for Yii 1 / Yii 2 now create full spans and include the component name to allow disambiguating events such as beforeAction.
Improvement: Events for CakePHP now create full spans.
Bugfix: Fix creation of spans for multi-entity find with doctrine/orm 2.5+.