Stuart McCulloch

Results 103 comments of Stuart McCulloch

Hi @dtremper apologies - https://github.com/DataDog/dd-trace-java/pull/9019 should address this NPE, we'll look at getting this out as soon as possible

https://github.com/DataDog/dd-trace-java/pull/9019 has been merged - will keep you posted about the release

@khannedy you won't be able to work around this with `--initialize-at-...` options - that will just open a can of worms. Instead could you try this environment variable: ``` export...

@khannedy could you try the Java 21 GraalVM from https://www.graalvm.org/ ? (keep the rmi flag when testing)

Hi @jacobmarshmallow - thanks, a reproduction would be very helpful Note we are limited to what the JVM instrumentation API lets us do and how that interacts with shared classes.

@sy-lee do you have profiling enabled? 1.48.2 included a new version of the profiling library

Hi @lukesturgis - this is fixed by https://github.com/DataDog/dd-trace-java/pull/8120 which will be in v1.45.0

Current status - the following use cases are supported in [1.47.0](https://github.com/DataDog/dd-trace-java/releases/tag/v1.47.0) and later: * manually using the OTel API to set/get baggage in the same JVM * automatic propagation of...

The remaining gap should be addressed by the following PRs: * https://github.com/DataDog/dd-trace-java/pull/9982 * https://github.com/DataDog/dd-trace-java/pull/9987 These PRs will ship in the v1.56.0 release

I would be happier if we could keep the simpler path of just checking the code source to find our javaagent file when not using lib-injection. In other words only...