Nikita Tkachenko
Nikita Tkachenko
Feature Request: Missing trace for JUnit5 BeforeAll/AfterAll methods in CIVisibility Instrumentation
Hi @sergeidyga, thank you for reporting this! You're right that `TestSession` and `TestModule` spans already exist by the time a method marked with`@BeforeAll` is executed. Moreover, `TestSuite` exists as well,...
Feature Request: Missing trace for JUnit5 BeforeAll/AfterAll methods in CIVisibility Instrumentation
Hi @sergeidyga, apologies for the delay. I have managed to create an ad-hoc test span using hints from Datadog APM's [Opentracing instrumentation](https://docs.datadoghq.com/tracing/trace_collection/custom_instrumentation/opentracing/java/) guide and [custom instrumentation](https://docs.datadoghq.com/tracing/trace_collection/custom_instrumentation/java/dd-api/) guide. It is somewhat...
This is indeed a bug in the Selenium instrumentation that was added in v1.33.0 of the tracer. A temporary workaround until this is fixed is to set `DD_INTEGRATION_SELENIUM_ENABLED=false` environment variable...
The fix has been merged and will be available in the next release of the tracer.
The tracer [release v1.34.0](https://github.com/DataDog/dd-trace-java/releases/tag/v1.34.0) was rolled out yesterday. It contains the fix for this issue. Please let me know if the problem persists after updating
> Can you change the links to use numbered links instead of HTML links? Our translation process does not support HTML links. Here is some documentation on how to properly...
Hi @wendigo, apologies for the delay, the next release will most likely happen early next week