ktor-opentracing
ktor-opentracing copied to clipboard
Ktor features for OpenTracing instrumentation.
- Migrate to Ktor 2.0.0 - Fix intellij inspections
Created this PR base on #38. Migrated to ktor v2.0.3
Hi, I'm using version `0.3.6` and everything works correctly for responses that are not in error. However, when I have an exception on my backend, no root span is created...
Hi there, it's me again :) I integrated your library successfully and for the "normal use case" everything is fine. However, we have the following requirement: Our service has to...