diff --git a/instrumentation/openai-client-instrumentation/build.gradle.kts b/instrumentation/openai-client-instrumentation/build.gradle.kts index ffea20d3..3a550c91 100644 --- a/instrumentation/openai-client-instrumentation/build.gradle.kts +++ b/instrumentation/openai-client-instrumentation/build.gradle.kts @@ -17,8 +17,3 @@ muzzle { // See the docs on how to do it: // https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/contributing/muzzle.md } - -tasks.withType().configureEach { - // The instrumentation is experimental and therefore disabled by default, it needs to be explicitly enabled - jvmArgs("-Dotel.instrumentation.openai-client.enabled=true") -}