Skip to content

Commit

Permalink
feat: ignore Byteman classes (#12914)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored Dec 18, 2024
1 parent fce304c commit 47ada96
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ private static void configureIgnoredTypes(IgnoredTypesBuilder builder) {
.ignoreClass("com.nr.agent.")
.ignoreClass("com.singularity.")
.ignoreClass("com.jinspired.")
.ignoreClass("org.jinspired.");
.ignoreClass("org.jinspired.")
.ignoreClass("org.jboss.byteman.");

// allow JDK HttpClient
builder.allowClass("jdk.internal.net.http.");
Expand Down

0 comments on commit 47ada96

Please sign in to comment.