Skip to content

Commit 2db5b76

Browse files
committed
typo was fixed
1 parent 9c4abde commit 2db5b76

File tree

1 file changed

+1
-1
lines changed
  • instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/config/internal

1 file changed

+1
-1
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/config/internal/CommonConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public CommonConfig(InstrumentationConfig config) {
6767
serverResponseHeaders =
6868
getFromConfigProviderOrFallback(
6969
config,
70-
InstrumentationConfigUtil::httpSeverResponseCapturedHeaders,
70+
InstrumentationConfigUtil::httpServerResponseCapturedHeaders,
7171
() -> config.getList("otel.instrumentation.http.server.capture-response-headers"));
7272
knownHttpRequestMethods =
7373
new HashSet<>(

0 commit comments

Comments
 (0)