apm-agent-php
apm-agent-php copied to clipboard
Split auto-instrumentation and creation on root span in PHP agent
Currently when agent is starting request, instrumentation is performed as well as root/transaction span is created. It causes problems with opcache preload - as this in an artificial request which should not create any trace/transaction
It is just about refactoring and split PHP bootstrapping code into bootstrap and start of root span