New Features
- Added support for New Relic Infinite Tracing. Note: the PHP agent does not yet support attributes on spans. This will be available in the next minor release.
- Added the following Infinite Tracing configuration options:
- Support for auto-instrumenting Symfony 5 applications has been added.
- Support for auto-instrumenting Drupal 9 applications has been added.
Bug Fixes
- In some cases the
newrelic-daemon
got caught in an infinite loop on startup when the socket it tried to connect to was already acquired by another process. This behavior has been accounted for and fixed.