You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I wanna user custom transaction creation with naming offered by framework.
There is a way to disable auto transaction creation for HTTP request via transaction_ignore_urls but there is no way to do same for cli command.
Describe the solution you'd like
Would be nice to have a single option that disables entirely auto transaction creation like transaction_auto which would have default value to true
Is your feature request related to a problem? Please describe.
I wanna user custom transaction creation with naming offered by framework.
There is a way to disable auto transaction creation for HTTP request via
transaction_ignore_urls
but there is no way to do same for cli command.Describe the solution you'd like
Would be nice to have a single option that disables entirely auto transaction creation like
transaction_auto
which would have default value totrue
Changes have to be made inside here:
apm-agent-php/agent/php/ElasticApm/Impl/AutoInstrument/TransactionForExtensionRequest.php
Lines 123 to 125 in 85b17c0
Before executing this method we should check if it is allowed to created transaction automatically via setting (
transaction_auto
)The text was updated successfully, but these errors were encountered: