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

Elastic APM PHP Agent

Results 230 apm-agent-php issues
Sort by recently updated
recently updated
newest added

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...

agent-php

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...

bug
agent-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...

bug
agent-php

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...

bug
agent-php

**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...

enhancement
agent-php

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...

agent-php

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...

enhancement
agent-php

Document the inability of the agent and Xdebug to work simultaneously and log detected Xdebug.

agent-php

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...

agent-php