Alana Storm

Results 118 issues of Alana Storm

When `sys:setup:incremental` encounters an error running a script, it prints out the **entire** exception backtrace. This can be a huge amount of text. I recently ran this on a EE...

enhancement

Right now `sys:setup:incremental` forces a user to go through the setup resource scripts in order. This is good, as it helps prevent subtle out of order errors. However, when you're...

enhancement

Hello! Unsure if this is a docs bug, or a Sylius bug BUT -- if I follow the instruction listed here https://docs.sylius.com/en/1.4/components_and_bundles/bundles/SyliusResourceBundle/configuration.html#generate-api-routing I'm not able to make an API request....

In order to detect when certain methods are called and provide timings for those method calls, the Node.js Agent uses [a module named require-in-the-middle](https://github.com/elastic/require-in-the-middle). This module "hooks" (monkey-patches, intercepts, etc.)...

agent-nodejs
kibana

**Is your feature request related to a problem? Please describe.** New versions of Node.js have native support for the `import` statement. The `import` statements imports a module. The `import` statement...

agent-nodejs
8.6-candidate

**Is your feature request related to a problem? Please describe.** Similar to [this MongoDB ticket](https://github.com/elastic/apm-agent-nodejs/issues/1892), it looks like our [Cassandra Instrumentation](https://github.com/elastic/apm-agent-nodejs/blob/master/lib/instrumentation/modules/cassandra-driver.js) does not set a destination context on its spans....

agent-nodejs

The AWS Lambda Context object has an obscure setting, [`callbackWaitsForEmptyEventLoop`](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/blob/e5d62346eb08f1723348197df70d4f55f9c2ebcf/src/Runtime/CallbackContext.ts#L116). Per [the docs](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-context.html#:~:text=callbackWaitsForEmptyEventLoop) > Set to false to send the response right away when the [callback](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-handler.html#nodejs-handler-sync) runs, instead of waiting...

agent-nodejs

https://github.com/elastic/apm-agent-nodejs/pull/2194#discussion_r742328035 > Also the spec says: >> The agent should use the information in the request and response objects to fill the HTTP context (context.request and context.response) fields in the...

agent-nodejs
8.3-candidate

We've received reports that's the agent will leak when used inside the [jest testing framework](https://jestjs.io/). This is a [known issue with jest and modules that employ some form of redefining...

agent-nodejs
kibana

**Describe the bug** I've started poking around the edges of the PHP Agent's memory usage [with valgrind](https://valgrind.org/). I've noticed that even with a small hello world program that PHP will...

bug
agent-php