Skip to content

Commit

Permalink
Fixed muzzle check
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinZakharov committed Aug 28, 2023
1 parent 5541bf6 commit 5e1a4c6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ public ErrorReportValueInstrumentation() {
super("tomcat");
}

@Override
public String muzzleDirective() {
return "from7";
}

@Override
public String instrumentedType() {
return "org.apache.catalina.valves.ErrorReportValve";
Expand Down

0 comments on commit 5e1a4c6

Please sign in to comment.