Skip to content

Commit e73440f

Browse files
committed
allow class
1 parent 0257a9e commit e73440f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/ignore/AdditionalLibraryIgnoredTypesConfigurer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ public void configure(IgnoredTypesBuilder builder) {
268268
.allowClass("org.h2.util.Task")
269269
.allowClass("org.h2.store.FileLock")
270270
.allowClass("org.h2.engine.DatabaseCloser")
271-
.allowClass("org.h2.engine.OnExitDatabaseCloser");
271+
.allowClass("org.h2.engine.OnExitDatabaseCloser")
272+
.allowClass("org.h2.server.web.WebServlet");
272273

273274
builder
274275
.ignoreClass("com.carrotsearch.hppc.")

0 commit comments

Comments
 (0)