Skip to content

Commit ef87e89

Browse files
committed
fix ignores
1 parent 6e68028 commit ef87e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ public void configure(IgnoredTypesBuilder builder) {
192192

193193
builder
194194
.ignoreClass("org.springframework.web.")
195+
.allowClass("org.springframework.web.client.RestTemplate")
195196
.allowClass("org.springframework.web.servlet.")
196197
.allowClass("org.springframework.web.filter.")
197198
.allowClass("org.springframework.web.multipart.")

0 commit comments

Comments
 (0)