Ignore byte buddy classes

not having this produced the following error on startup:

```
Cannot resolve type description for net.bytebuddy.dynamic.Nexus
```
This commit is contained in:
Tyler Benson 2018-09-18 17:20:36 +10:00
parent 152a3619c9
commit 296f9adfc2
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(