apm-agent-php icon indicating copy to clipboard operation
apm-agent-php copied to clipboard

Split auto-instrumentation and creation on root span in PHP agent

Open intuibase opened this issue 2 years ago • 1 comments

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

intuibase avatar Mar 31 '23 11:03 intuibase

It is just about refactoring and split PHP bootstrapping code into bootstrap and start of root span

intuibase avatar Dec 12 '23 09:12 intuibase