Skip to content

fix!(sentry-core): Make no-op Scope non-exhaustive#1094

Merged
szokeasaurusrex merged 1 commit intomasterfrom
szokeasaurusrex/scope-non-exhaustive
Apr 27, 2026
Merged

fix!(sentry-core): Make no-op Scope non-exhaustive#1094
szokeasaurusrex merged 1 commit intomasterfrom
szokeasaurusrex/scope-non-exhaustive

Conversation

@szokeasaurusrex
Copy link
Copy Markdown
Member

BREAKING CHANGE: sentry_core::Scope is no longer constructible or exhaustively matchable, even when the client feature is disabled.

Fixes #1092
Fixes RUST-204

BREAKING CHANGE: `sentry_core::Scope` is no longer constructible or exhaustively matchable, even when the `client` feature is disabled.

Fixes #1092
Fixes [RUST-204](https://linear.app/getsentry/issue/RUST-204/make-scope-non-exhaustive-in-non-client)
@linear-code
Copy link
Copy Markdown

linear-code Bot commented Apr 27, 2026

@szokeasaurusrex szokeasaurusrex marked this pull request as ready for review April 27, 2026 14:52
@szokeasaurusrex szokeasaurusrex requested a review from lcian as a code owner April 27, 2026 14:52
@szokeasaurusrex szokeasaurusrex enabled auto-merge (squash) April 27, 2026 14:52
@szokeasaurusrex szokeasaurusrex merged commit 27048ad into master Apr 27, 2026
26 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/scope-non-exhaustive branch April 27, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make Scope non-exhaustive in non-client

2 participants