File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,16 @@ Kotlin-Coroutines-Suspends - provides tracing of Kotlin Coroutine suspend functi
28
28
Kotlin-Coroutines-1.0 - all 1.0.x versions.
29
29
Kotlin-Coroutines-1.1 - all 1.1.x versions.
30
30
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.
33
32
Kotlin-Coroutines-1.7 - all 1.7.x and 1.8.x versions.
34
33
Kotlin-Coroutines-1.9 - all 1.9.x and later versions.
35
34
36
35
## Installation
37
36
To use this instrumentation.
38
37
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/ )
39
41
In the New Relic Java Agent directory (directory containing newrelic.jar), create a directory named extensions if it does not already exist.
40
42
Copy the jars into the extensions directory.
41
43
Restart the application.
You can’t perform that action at this time.
0 commit comments