David Luna

Results 169 comments of David Luna

Root cause seems to be the same as it was in #3133 In this situation `getUrlFromRequest` is an exported method from a package named origina-url. We can see its import...

https://github.com/elastic/apm-agent-nodejs/pull/3287 for S3

Hi @Vectarian-Jorge I've run you example uncommenting the li within the request handler but haven't been able to reproduce. I can see the error in Kibana. ![Screenshot 2024-04-25 at 16...

Also if you can make local edits, you can apply this change to log if the agent's exception handler is properly attached to the process. ```diff diff --git a/lib/agent.js b/lib/agent.js...

Hi @Vectarian-Jorge as your logs show the exception handler is set when the agent starts so we can assume the agent starts correctly. Next thing to try is to set...

I do not see anything wrong in this log this line ``` {"log.level":"trace","@timestamp":"2024-05-03T12:05:28.577Z","log.logger":"elastic-apm-node","ecs.version":"8.10.0","event.module":"apmclient","reqId":"08a56d5d3e89749ce116dd30188cd1f5","timeline":[[1.202958,"completePart gzipStream",null],[1.588833,"completePart intakeReq",null],[89.3285,"completePart intakeRes",null]],"bytesWritten":2373,"backoffDelayMs":0,"message":"conclude intake request: success"} ``` reveals that the http client received a successful response from...

Ran the test with - Elastic cloud stack 7.17.8 - `[email protected]` slight modification of the server script to test more cases ```js import './apm.js'; // Must go first import express...

Hi @cmartineauOptimum, basically what happens is that `Yarn + pnpm` is adding a custom loader for its cache under the hood. To do soo it sets the environment variable `NODE_OPTIONS`...

> do you see any issue with the change I made ? Maybe we weren't using the same `yarn + pnpm` version and the resolution differs a little bit. It...