Open ivantopo opened 3 years ago
It looks to me like a scala 3 issue, where parameter annotations are missing from the bytecode
Ok found a fix for this, it's in the above PR, but it's a PoC, it passes the test for scala 3 but it needs code changes to keep compatibility for older versions + do the work for all the classes that have parameter annotations
EDIT: I think it should be ready to be tested. Also needed for kamon-http4s
We went through upgrading the core libraries and reporters for Scala 3, but all the instrumentation is still pending. I got this exception at my very first attempt at running the
instrumentation-common
tests with Scala 3 and thought that instead of delaying a new release even more we should publish the parts that are already supported, and create this issue to track instrumentation updates.