sentry_sdk.push_scope is deprecated as of Sentry Python SDK version 2.0.0. Each of these calls should be replaced with the (roughly) equivalent sentry_sdk.isolation_scope.
See also #73263
### Implementing PRs
- [ ] #73490
- [ ] https://github.com/getsentry/sentry/pull/73491
- [ ] #73492
- [ ] https://github.com/getsentry/sentry/pull/73495
- [ ] https://github.com/getsentry/sentry/pull/73501
- [ ] https://github.com/getsentry/sentry/pull/73502
- [ ] https://github.com/getsentry/sentry/pull/73503
- [ ] https://github.com/getsentry/sentry/pull/73504
sentry_sdk.push_scopeis deprecated as of Sentry Python SDK version 2.0.0. Each of these calls should be replaced with the (roughly) equivalentsentry_sdk.isolation_scope.See also #73263