Roch Devost
Roch Devost
@nampas Now that the memory leak has been fixed in 2.8.0, are you still getting the original error from above?
@dushansilva Are you seeing an actual increase in memory that eventually leads to an OOM exception, or just the message from the original issue of the thread? (or both)
> What solution would you prefer? To be honest, the more I think about this the more I think a span hook would be the way to go here. It's...
Both issues seem like a load order issue. Can you share how the tracer is initialized? It must be initialized before any other imports to work properly. If that's not...
@luyi0521 Dynamic import is not supported, so a static import should be used instead. You could either wrap only the `init`, or set `DD_TRACE_ENABLED=false` externally for that environment. It's also...
I think this is a bug with some recent changes to the plugin system which have been fixed but not yet released. Let's keep this issue opened for now but...
Thanks for the PR! We don't usually trace things happening outside of a transaction. For example, if the connection happens because a query was made, then this is something we'd...
We definitely welcome contributions! However, since our CI product is at a very early stage, I'm not sure if we accept additional integrations yet, so I'll defer to @juan-fernandez to...
@xbhoneybee I don't think there are any plans right now to support Playwright, I mostly reopened so that we can track the feature request. @juan-fernandez would have more information about...
@guidev There is experimental support for ESM that can be enabled with `node --loader dd-trace/loader-hook.mjs`. It's worth noting that this doesn't replace your current logic and should be added on...