Skip to content

Commit

Permalink
Ignore appd agent classes (#8065)
Browse files Browse the repository at this point in the history
Related to
#8060
  • Loading branch information
laurit authored Mar 22, 2023
1 parent b110a38 commit 93d7dd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ private static void configureIgnoredClassLoaders(IgnoredTypesBuilder builder) {
.ignoreClassLoader("datadog.")
.ignoreClassLoader("com.dynatrace.")
.ignoreClassLoader("com.appdynamics.")
.ignoreClassLoader("com.singularity.")
.ignoreClassLoader("com.newrelic.agent.")
.ignoreClassLoader("com.newrelic.api.agent.")
.ignoreClassLoader("com.nr.agent.");
Expand Down

0 comments on commit 93d7dd7

Please sign in to comment.