Skip to content

Commit 2ba8c6a

Browse files
authored
Ignore quarkus jaxrs stubs and cdi wrapper proxies (#8891)
1 parent 16284fa commit 2ba8c6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)