Skip to content

Commit

Permalink
Exclude jboss mdb proxies from instrumenting
Browse files Browse the repository at this point in the history
  • Loading branch information
amarziali committed Dec 6, 2024
1 parent 2b24697 commit 499f95e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public static boolean isIgnored(String name) {
|| name.contains("$$EnhancerByGuice$$")
|| name.contains("$$EnhancerByProxool$$")
|| name.contains("$$$view")
|| name.contains("$$$endpoint") // jboss mdb proxies
|| name.contains("$$_Weld")
|| name.contains("_$$_jvst")) {
return true;
Expand Down

0 comments on commit 499f95e

Please sign in to comment.