Merge pull request #504 from DataDog/tyler/ignore-bb
Ignore byte buddy classes
This commit is contained in:
commit
60738ab7ff
|
@ -55,6 +55,7 @@ public class AgentInstaller {
|
|||
.or(nameStartsWith("datadog.trace."))
|
||||
.or(nameStartsWith("datadog.opentracing."))
|
||||
.or(nameStartsWith("datadog.slf4j."))
|
||||
.or(nameStartsWith("net.bytebuddy."))
|
||||
.or(
|
||||
nameStartsWith("java.")
|
||||
.and(
|
||||
|
|
Loading…
Reference in New Issue