Merge pull request #504 from DataDog/tyler/ignore-bb

Ignore byte buddy classes
This commit is contained in:
Tyler Benson 2018-09-19 08:29:46 +10:00 committed by GitHub
commit 60738ab7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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(