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 Aug 28, 2023
1 parent e051208 commit 4ac1276
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ public String instrumentedType() {
@Override
public String[] helperClassNames() {
return new String[] {
"java.lang.StringBuilder",
"java.io.Writer",
"java.io.IOException",
"java.lang.IllegalStateException",
"datadog.trace.bootstrap.blocking.BlockingActionHelper"
};
}
Expand Down
42 changes: 0 additions & 42 deletions dd-smoke-tests/appsec/spring-mvc/.gitignore

This file was deleted.

0 comments on commit 4ac1276

Please sign in to comment.