Closed
Description
Problem Statement
Some integrations are still using old APIs like hub cloning.
Solution Brainstorm
Update the following integrations from old-style (e.g. configure_scope
) hubs&scopes API to the new scopes API and make sure the data sent is still the same.
### Tasks
- [ ] https://github.com/getsentry/sentry-python/pull/2886
- [x] httpx https://github.com/getsentry/sentry-python/pull/2856
- [x] loguru (nothing to migrate)
- [ ] https://github.com/getsentry/sentry-python/pull/2865
- [ ] https://github.com/getsentry/sentry-python/pull/2887
- [ ] https://github.com/getsentry/sentry-python/pull/2885
- [ ] https://github.com/getsentry/sentry-python/issues/2852
- [ ] any other integrations that haven't been migrated yet