-
-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration for ktor #2684
Comments
https://stackoverflow.com/a/75952971 for prior art |
Any updates? |
Not yet @elonzh , please feel free to let us know which features you'd like to see in a ktor extension. |
@adinauer tracing for the Ktor http client requests would be great. This would be relevant for both Android and Backend use cases |
Hey everyone, we've just released 8.0.0-alpha.2 of the Java SDK, which has an improved version of our OpenTelemetry integration that supports ktor amongst many other libraries and frameworks. There's instructions how to upgrade in the changelog. If you decide to give it a try, any feedback is welcome 🙏 . |
@smeubank only the performance part of the integration will. We could also capture errors, assuming there's a central point where those go through, similar to Spring. |
Problem Statement
This issue shall serve to gauge interest in a dedicated Sentry ktor integration. Please do upvote if this is something you'd like to see. You may also be interested in using our OpenTelemetry integration to get more info out of your ktor backend.
Please let us know which features you'd like to see. If you have any hints (i.e. provide an implementation of this to trace requests, ...) feel free to share 🙏 .
Solution Brainstorm
tbd
The text was updated successfully, but these errors were encountered: