Skip to content
New issue

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

ref(ingest): Migrate configure_scope in src/sentry/ingest #73652

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

szokeasaurusrex
Copy link
Member

Replace deprecated configure_scope with new Scope.get_isolation_scope() API from Sentry SDK 2.0.

ref #73430

Replace deprecated `configure_scope` with new `Scope.get_isolation_scope()` API from Sentry SDK 2.0.

ref #73430
@szokeasaurusrex szokeasaurusrex requested a review from a team as a code owner July 2, 2024 14:34
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 2, 2024
@szokeasaurusrex szokeasaurusrex enabled auto-merge (squash) July 2, 2024 14:42
szokeasaurusrex added a commit that referenced this pull request Jul 2, 2024
Replace deprecated `configure_scope` with new `Scope.get_isolation_scope()` API from Sentry SDK 2.0. This PR addresses all remaining `configure_scope` calls outside the tests, which will remain after merging #73647, #73651, #73652, #73653, and #73654.

ref #73430
@szokeasaurusrex szokeasaurusrex merged commit 470d9f3 into master Jul 2, 2024
48 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/configure_scope-ingest branch July 2, 2024 15:05
szokeasaurusrex added a commit that referenced this pull request Jul 2, 2024
Replace deprecated `configure_scope` with new
`Scope.get_isolation_scope()` API from Sentry SDK 2.0. This PR addresses
all remaining `configure_scope` calls outside the tests, which will
remain after merging #73647, #73651, #73652, #73653, and #73654.

ref #73430
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants