We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lets add a callback to the OkHttp integration (ctor param?) that allows the user to customize the Span, there's no way to do it right now.
Span
https://github.com/getsentry/sentry-java/blob/main/sentry-android-okhttp/src/main/java/io/sentry/android/okhttp/SentryOkHttpInterceptor.kt#L11
Related to #1362
The text was updated successfully, but these errors were encountered:
Feat: OkHttp callback for Customising the Span
0a24fae
Fixes #1365
Merge branch 'main' into gh-1365
73ad945
6c95fbe
Feat: OkHttp callback for Customising the Span (#1478)
5b6d1ea
Successfully merging a pull request may close this issue.
Lets add a callback to the OkHttp integration (ctor param?) that allows the user to customize the
Span
, there's no way to do it right now.https://github.com/getsentry/sentry-java/blob/main/sentry-android-okhttp/src/main/java/io/sentry/android/okhttp/SentryOkHttpInterceptor.kt#L11
Related to #1362
The text was updated successfully, but these errors were encountered: