-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: add Sentry support for Ktor Client (error handling, breadcrumbs) #25
Comments
buenaflor
changed the title
feat: Add Sentry support for Ktor Client
feat: add Sentry support for Ktor Client
Aug 5, 2022
Have a look at OpenTelemetry Tracing for Ktor, to get an idea of how Sentry can instrument ktor. |
Related issue: getsentry/sentry-java#2684 |
buenaflor
changed the title
feat: add Sentry support for Ktor Client
feat: add Sentry support for Ktor Client (error handling, breadcrumbs)
Jul 18, 2023
As we will focus on error handling and breadcrumbs for ktor client in this issue, we have moved the discussion for performance monitoring to #107 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We could add support for Ktor HttpClient to intercept requests and add error handling similar to the Java OkHttp / Apache support.
The text was updated successfully, but these errors were encountered: