Skip to content

Commit 0ad5444

Browse files
authored
Update README.md
1 parent 03d2ac3 commit 0ad5444

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
Provides instrumentation for Kotlin Coroutines. In particular it will trace the coroutine from its start, suspend and resume. It does this across multilple threads.
2121

2222
# Advisory
23-
The current release is experiencing problems especially in the latest versions of the Java Agent. The problem is with the Kotlin-Coroutines-Suspend.jar which is used to track suspend methods. We are working on fixing the problem but if you are experiencing NullPointerExceptions or Inconsistent tracer errors in the Java Agent log, please remove Kotlin-Coroutines-Suspends.jar from the extensions directory and restart the application.
24-
The current release has been modified and no longer contains Kotlin-Coroutines-Suspends.jar
25-
We apologize for the inconvience. We will advise when we have fixed the problem. A new release will be generated when the problem is fixed.
23+
Due to problems revolving around Suspend Functions in Kotlin Coroutines, a fix was required to the Java Agent to resolve these problems. The fix is available in the 8.19.0 version and later of the Java Agent. The instrumentation for Suspend Functions has been included again but does require that you use version 8.19.0 or later of the Java Agent. If you are unable to upgrade the agent, then remove the Kotlin-Coroutines-Suspends.jar from the extensions directory.
2624

2725
## Supported Versions
2826

0 commit comments

Comments
 (0)