Skip to content

Commit 6e8d71f

Browse files
authored
Update README.md
1 parent 77697c4 commit 6e8d71f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ Kotlin-Coroutines-Suspends - provides tracing of Kotlin Coroutine suspend functi
2828
Kotlin-Coroutines-1.0 - all 1.0.x versions.
2929
Kotlin-Coroutines-1.1 - all 1.1.x versions.
3030
Kotlin-Coroutines-1.2 - all 1.2.x and 1.3.x versions.
31-
Kotlin-Coroutines-1.4 - all 1.4.x versions.
32-
Kotlin-Coroutines-1.5 - all 1.5.x and 1.6.x versions.
31+
Kotlin-Coroutines-1.4 - all 1.4.x, 1.5.x and 1.6.x versions.
3332
Kotlin-Coroutines-1.7 - all 1.7.x and 1.8.x versions.
3433
Kotlin-Coroutines-1.9 - all 1.9.x and later versions.
3534

3635
## Installation
3736
To use this instrumentation.
3837
Download the latest release.
38+
Use the 8.20.0 or later version of the Java Agent.
39+
Set the system flag -Dnewrelic.config.class_transformer.clear_return_stacks=true
40+
(see https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/java-agent-8200/)
3941
In the New Relic Java Agent directory (directory containing newrelic.jar), create a directory named extensions if it does not already exist.
4042
Copy the jars into the extensions directory.
4143
Restart the application.

0 commit comments

Comments
 (0)