Skip to content

Commit ae1bb6b

Browse files
Review changes.
1 parent 2e3ae4c commit ae1bb6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ include(
264264
":dd-java-agent:instrumentation:akka:akka-actor-2.5",
265265
":dd-java-agent:instrumentation:akka:akka-http:akka-http-10.0",
266266
":dd-java-agent:instrumentation:akka:akka-http:akka-http-10.2-iast",
267+
// dd-java-agent:instrumentation:akka:akka-http:akka-http-10.6 will be included when `akkaRepositoryToken` is present, see next `include` block.
267268
":dd-java-agent:instrumentation:apache-httpclient:apache-httpasyncclient-4.0",
268269
":dd-java-agent:instrumentation:apache-httpclient:apache-httpclient-4.0",
269270
":dd-java-agent:instrumentation:apache-httpclient:apache-httpclient-5.0",
@@ -612,7 +613,7 @@ include(
612613
":dd-java-agent:instrumentation:zio:zio-2.0",
613614
)
614615

615-
// Optional Akka instrumentation (see BUILDING.md for how to enable it):
616+
// Optional `akka-http-10.6` instrumentation (see BUILDING.md for how to enable it):
616617
if (providers.gradleProperty("akkaRepositoryToken").isPresent) {
617618
include(
618619
":dd-java-agent:instrumentation:akka:akka-http:akka-http-10.6"

0 commit comments

Comments
 (0)