Tracer Version(s)
1.48+
Java Version(s)
21
JVM Vendor
Eclipse Adoptium / Temurin
Bug Report
Hi,
In our Spring Boot app, a method is annotated with @Trace(measured = true), and both com.datadoghq:dd-java-agent and com.datadoghq:dd-trace-api were 1.47.3 and I could see traces inside Datadog APM. Then I upgraded both once to 1.48.2 and 1.63.0, and then I could not find the @Trace method inside APM. For all cases I enabled DD_TRACE_DEBUG: true, and I could see the DDSpan, but I do not way for 1.48+, it is not working.
Expected Behavior
Expecting @Trace data in Datadog APM for versions 1.48+
Reproduction Code
No response
Tracer Version(s)
1.48+
Java Version(s)
21
JVM Vendor
Eclipse Adoptium / Temurin
Bug Report
Hi,
In our Spring Boot app, a method is annotated with
@Trace(measured = true), and bothcom.datadoghq:dd-java-agentandcom.datadoghq:dd-trace-apiwere1.47.3and I could see traces inside Datadog APM. Then I upgraded both once to1.48.2and1.63.0, and then I could not find the@Tracemethod inside APM. For all cases I enabledDD_TRACE_DEBUG: true, and I could see the DDSpan, but I do not way for 1.48+, it is not working.Expected Behavior
Expecting
@Tracedata in Datadog APM for versions1.48+Reproduction Code
No response