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.
- [ ] #2894
- [ ] https://github.com/getsentry/sentry-python/pull/2872
- [ ] https://github.com/getsentry/sentry-python/pull/2871
- [ ] https://github.com/getsentry/sentry-python/pull/2873
- [ ] https://github.com/getsentry/sentry-python/pull/2870
- [ ] https://github.com/getsentry/sentry-python/issues/2809
- [ ] https://github.com/getsentry/sentry-python/issues/2811
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.