dd-trace-java icon indicating copy to clipboard operation
dd-trace-java copied to clipboard

Datadog APM client for Java

Results 483 dd-trace-java issues
Sort by recently updated
recently updated
newest added

# What Does This Do # Motivation # Additional Notes

profiling

# What Does This Do Removes the throttle on the number of concurrent smoke tests and increases the number of gradle workers. Also allows a profiling command to be propagated...

dev/testing
no release notes

# What Does This Do Implements taint tracking for String constructors and `String.format`.

iast

# What Does This Do Update the JSON of the vulnerabilities to support the new evidence format according to the RFC # Motivation # Additional Notes

no release notes
iast

# What Does This Do Enables async-profiler on any JVM running on x86/x64 or J9 # Motivation # Additional Notes Depends on #3992 because this needs to be tested on...

profiling

# What Does This Do Add taint tracking support for `+` concatenation in JDK >=9 through `StringConcatFactory` # Motivation JDKs with support for invoke dynamic use `StringConcatFactory` in order to...

no release notes
iast

# What Does This Do Adds all the instrumentation needed to perform taint tacking in the tracer for common string operations. # Motivation IAST requires to track all modifications that...

no release notes
iast

# What Does This Do Add a new id on the global ignore list stating if a package is to be instrumented by the IAST system only. Add a cache...

do-not-merge/WIP
iast

[see](https://app.circleci.com/pipelines/github/DataDog/dd-trace-java/16902/workflows/d984e5f1-41c9-4ab5-90a3-0821b3e6b350/jobs/396891) ``` assert span.resourceName.toString() == name | | | | | | | | | 'JpaRepository.findAll' | | | false | | 'CrudRepository.findAll' | CrudRepository.findAll ```

flaky-test
disabled