Skip to content

Commit 9486838

Browse files
otelbot[bot]trask
andauthored
[release/v2.13.x] Fix testLatestDeps (#13422)
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 240306c commit 9486838

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ public void configure(IgnoredTypesBuilder builder) {
106106
.allowClass("org.springframework.boot.web.servlet.")
107107
.allowClass("org.springframework.boot.web.embedded.netty.GracefulShutdown$$Lambda")
108108
.allowClass("org.springframework.boot.web.embedded.tomcat.GracefulShutdown$$Lambda")
109+
.allowClass(
110+
"org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory$$Lambda")
109111
.allowClass(
110112
"org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter$$Lambda")
111113
.allowClass("org.springframework.boot.autoconfigure.BackgroundPreinitializer$")

0 commit comments

Comments
 (0)