Description
In July, we added DS support for Android OkHttp. Here are some PRs created in the process: https://github.com/getsentry/sentry-java/pulls?q=is%3Apr+sort%3Aupdated-desc+baggage+is%3Aclosed.
https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/
We want to extend the support to HTTP clients that we support, including OpenFeign, RestTemplate, apollo, etc.
Additionally, we need server-side support, meaning Spring and SpringBoot. We've built this for Python and Node so far - example:
Main goals:
- Add baggage information to outgoing HTTP requests
- Context required for DS is included in the envelope headers
Description
In July, we added DS support for Android OkHttp. Here are some PRs created in the process: https://github.com/getsentry/sentry-java/pulls?q=is%3Apr+sort%3Aupdated-desc+baggage+is%3Aclosed.
https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/
We want to extend the support to HTTP clients that we support, including OpenFeign, RestTemplate, apollo, etc.
Additionally, we need server-side support, meaning Spring and SpringBoot. We've built this for Python and Node so far - example:
Main goals: