Skip to content

Commit 5b65f95

Browse files
committed
chore: disable otel sdk on jdk25
1 parent bb06dae commit 5b65f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/jvm/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jib {
8383
environment =
8484
mapOf(
8585
"OTEL_JAVAAGENT_ENABLED" to "false",
86+
"OTEL_SDK_DISABLED" to "true",
8687
"OTEL_TRACES_EXPORTER" to "logging",
8788
"OTEL_METRICS_EXPORTER" to "logging",
8889
"OTEL_LOGS_EXPORTER" to "logging",

0 commit comments

Comments
 (0)