This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Description
Hi, Before we used the library Kotlin-Coroutines_1.4.jar which was the latest and the timestamp of files inside is 17/3/2021. This library worked nicely with coroutines propagating the transaction between suspend function calls. But when i tried the latest with our coroutine version (1.10.2) using the agent v8.24.0 (which seems to not have the extensions yet) the result is the newrelic transaction is not propagated in some cases like proxied functions, or async functions based on completablefuture, etc. I'm hoping to use the latest extensions but seems to have regressed from that 2021 version?
Thanks!