Skip to content

Commit 8e49328

Browse files
committed
Enable strict context check for akka-http
1 parent 6daa5ff commit 8e49328

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

instrumentation/akka/akka-http-10.0/javaagent/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ tasks {
6464
jvmArgs("--add-exports=java.base/sun.security.util=ALL-UNNAMED")
6565
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
6666

67-
jvmArgs("-Dio.opentelemetry.javaagent.shaded.io.opentelemetry.context.enableStrictContext=false")
68-
6967
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
7068
}
7169

0 commit comments

Comments
 (0)