Stuart McCulloch
Stuart McCulloch
https://github.com/DataDog/dd-trace-java/pull/7276 has been merged and will be available in the next release, v1.38.0
Hi @kashyap-parikh-ah can you provide more information, for example tracer [debug logs](https://docs.datadoghq.com/tracing/troubleshooting/tracer_debug_logs/?code-lang=java) for the previous version you were using and 1.35.2. You can provide these via a support ticket. It...
Thanks @tantran-earnin - having debug logs for the same service before and after the upgrade will help us identify if there were any differences in which types got transformed, as...
Also can you see if the issue goes away when you use the same version for `dd-trace-api` and the Java tracer?
Answered via support ticket 1747501
Hi @snuderl - this was resolved by updating the configuration. Versions 1.35.x and later started to honour various OpenTelemetry settings to help migration. One of these settings was `OTEL_TRACES_EXPORTER=none` which...
This is just opentracing - could we update the PR title to reflect that? You could clarify that this align's us with OTel's wrapper for OpenTracing, but we're not changing...
Hi @der-eismann note the reference to Byte-Buddy won't happen with 1.54.0 However, you will see the following: ``` WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::objectFieldOffset...
Hi @samuelAndalon - this is a topic of interest to us too, as part of a wider effort to improve tracer startup time. We don't have anything to share yet,...
Hi @AlessioDiFazio we've added a feature in #10166 that supports using `-javaagent:dd-java-agent.jar` during both AOT training and production on Java 25+, which should avoid the `LinkageError` you observed when using...