Skip to content

Commit a4e9f86

Browse files
committed
Ignore quarkus jaxrs stubs and cdi wrapper proxies
1 parent cb7783b commit a4e9f86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dd-java-agent/agent-tooling/src/main/resources/datadog/trace/agent/tooling/bytebuddy/matcher/proxy_ignored_class_name.trie

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@
3535
1 $HibernateInstantiator$*
3636
1 $HibernateProxy$*
3737
1 $HibernateAccessOptimizer$*
38+
# Quarkus generated jaxrs stubs
39+
1 $$QuarkusRestClientInterface
40+
# CDI stubs
41+
1 $$CDIWrapper*

0 commit comments

Comments
 (0)