Skip to content

Commit

Permalink
Ignore micronaut tracing classes (DataDog/dd-trace-java#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstartin authored and trask committed Jul 7, 2020
1 parent 9a36652 commit 602efd2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ public boolean matches(final T target) {
}
return true;
}
if (name.startsWith("io.micronaut.tracing.")) {
return true;
}
break;
case 'j' - 'a':
if (name.startsWith("jdk.")) {
Expand Down

0 comments on commit 602efd2

Please sign in to comment.