Skip to content

Commit 8bef729

Browse files
authored
Update README.md
1 parent c643ebb commit 8bef729

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
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-Suspend.jar from the extensions directory and restart the application. We apologize for the inconvience. We will advise when we have fixed the problem.
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.
2426

2527
## Supported Versions
2628

0 commit comments

Comments
 (0)