Skip to content

Commit 17e0f39

Browse files
committed
library-autoconfigure
1 parent 6f1106b commit 17e0f39

File tree

1 file changed

+1
-2
lines changed
  • instrumentation/aws-sdk/aws-sdk-2.2/library-autoconfigure/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/autoconfigure

1 file changed

+1
-2
lines changed

instrumentation/aws-sdk/aws-sdk-2.2/library-autoconfigure/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/autoconfigure/AwsSdkSingletons.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ private static boolean recordIndividualHttpError() {
6969
}
7070

7171
private static boolean genaiCaptureMessageContent() {
72-
return getBoolean(
73-
"otel.instrumentation.genai.capture-message-content", false);
72+
return getBoolean("otel.instrumentation.genai.capture-message-content", false);
7473
}
7574

7675
private static boolean getBoolean(String name, boolean defaultValue) {

0 commit comments

Comments
 (0)