Skip to content

Commit

Permalink
Exclude new cisco AppD packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed May 15, 2024
1 parent ad564ae commit a37d418
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,8 @@ public Iterable<? extends List<Class<?>>> onError(int index, List<Class<?>> batc
.or(nameStartsWith("com.singularity."))
.or(any(), classLoaderWithNamePrefix("com.appdynamics."))
.or(nameStartsWith("com.appdynamics."))
.or(any(), classLoaderWithNamePrefix("com.cisco.mtagent."))
.or(nameStartsWith("com.cisco.mtagent."))
.or(any(), classLoaderWithNamePrefix("com.instana."))
.or(nameStartsWith("com.instana."))
.or(any(), classLoaderWithNamePrefix("datadog."))
Expand Down

0 comments on commit a37d418

Please sign in to comment.