Thomas Hunter II
Thomas Hunter II
Rebasing on master and force-pushing
The remaining errors seem to all be related to `selenium`. Wouldn't you know it, [selenium depends on `ws`](https://www.npmjs.com/package/selenium-webdriver?activeTab=dependencies). It might be that we're now instrumenting the `ws` used by `selenium`...
I'll be looking into this issue today. Does anybody have a simple reproduction of the issue? Ideally a single file that generates outgoing requests? Often times memory leaks are caused...
I've been working on this for a couple hours and have not perfectly reproduced the situation where requests made via fetch with dd-trace enabled causes a memory leak and where...
Whew, this ended up being an essay, but I hope the information is helpful and is something we can link to in the future. ## Background Here is a pretty...
> @tlhunter totally understand your point that is impossible to fix this kind of issues if you can't reproduce it. I will try to build a sample app to reproduce...
FYI, I'm closing any replies unrelated to the http integration as being off-topic. If anyone else has concerns about potential memory leaks, please create an issue via the helpdesk. There's...
The project does not depend on graphql however static analysis tools will discover the `packages/datadog-plugin-graphql/src/tools/transforms.js` file and the following lines and then freak out: ```js const visitor_1 = require("graphql/language/visitor"); const...
Funny enough nothing really changed with that file between those two versions of the tracer. Did anything else with your setup change, like the version of TypeScript? The esbuild issue...
I change the commit title to something a little cleaner. It's not clear what payload tagging is though so the title could probably use more love. At any rate when...