Skip to content

Commit

Permalink
Removed redundant helpers in the Tomcat instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinZakharov committed Oct 19, 2023
1 parent 17edb27 commit e873cbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ public String instrumentedType() {
return "org.apache.catalina.valves.ErrorReportValve";
}

@Override
public String[] helperClassNames() {
return new String[] {
"java.lang.StringBuilder",
"java.io.Writer",
"java.io.IOException",
"java.lang.IllegalStateException",
"datadog.trace.bootstrap.blocking.BlockingActionHelper"
};
}

@Override
public void adviceTransformations(AdviceTransformation transformation) {
transformation.applyAdvice(
Expand Down
42 changes: 0 additions & 42 deletions dd-smoke-tests/appsec/spring-mvc/.gitignore

This file was deleted.

0 comments on commit e873cbd

Please sign in to comment.