Skip to content

Commit c643ebb

Browse files
authored
Update README.md
1 parent 6489454 commit c643ebb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

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

22+
# 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.
24+
2225
## Supported Versions
2326

2427
Kotlin-Coroutines-Suspends - provides tracing of Kotlin Coroutine suspend functions across all versions.

0 commit comments

Comments
 (0)