apm-agent-php
apm-agent-php copied to clipboard
Elastic APM PHP Agent
createErrorFromThrowable has been helpful for our team to make a migration away from Sentry towards ElasticAPM. Adding it to documentation will assist users making the decision to make the move...
In https://github.com/elastic/apm-agent-php/pull/1257 you introduced a log warning when xdebug is enabled. But the warning appears even when elastic APM is disabled ```shell $ ELASTIC_APM_ENABLED=false php -r 'var_export(ini_get("ELASTIC_APM_ENABLED"));' [Elastic APM PHP...
**Describe the bug** In this file we call the method `singletonInstance()` of NoopLogSink, but it doesn't exist. https://github.com/elastic/apm-agent-php/blob/6548eadaf42c6b2ef6dae8344b4ac4e45fcd4f69/agent/php/ElasticApm/Impl/Log/NoopLoggerFactory.php#L45 **To Reproduce** We had an error that trigger the stack trace from...
Something is wrong in the release-notes page: * https://www.elastic.co/guide/en/apm/agent/php/current/release-notes.html * https://www.elastic.co/guide/en/apm/agent/php/1.x/release-notes.html * https://www.elastic.co/guide/en/apm/agent/php/master/release-notes.html `1.x` and `current` release pages say the latest version is: `v1.13.0 - 2024/01/31` while `master` page says...
**Is your feature request related to a problem? Please describe.** I am missing basic information like REMOTE ADDRESS, COOKIES and there is no API to set these. For example: https://github.com/elastic/apm-server/blob/52be7fe64897131117148fa9f5e4b7757c76814f/docs/spec/request.json#L45...
The support of the apm agent for PHP 8.4 is needed and is there a way to get the apk files for the release 1.14.1? It would be also very...
Sometimes there are parameters like service version or even service name that I would like to change when the PHP code is already running. In scenarios where multiple "services" are...
Document the inability of the agent and Xdebug to work simultaneously and log detected Xdebug.
Hi all, Our organisation uses psr/log and monolog/monolog packages along with elastic/apm-agent for our application. While updating psr/log, we ran into the issue of incompatibility with version 1 of elastic/apm-agent...