From 1a6a34906942fcb0be88ed610bcdbbe7437333c0 Mon Sep 17 00:00:00 2001 From: Doug Hilpipre Date: Tue, 2 Dec 2025 13:37:28 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12c6ea2..c55ce17 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ ![GitHub pull requests](https://img.shields.io/github/issues-pr/newrelic/newrelic-java-kotlin-coroutines) ![GitHub pull requests closed](https://img.shields.io/github/issues-pr-closed/newrelic/newrelic-java-kotlin-coroutines) +# This instrumentation has moved and now included with the Java Agent as of version 8.25.0. Please use that version of the agent or later. All support is shifted to the Java Agent + # New Relic Java Instrumentation for Kotlin Coroutines Provides instrumentation for Kotlin Coroutines. In particular it will trace the coroutine from its start, suspend and resume. It does this across multilple threads.