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:
parent
152a3619c9
commit
296f9adfc2
|
@ -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