Skip to content

feat(rollout): Add wildcard matching to SafeRolloutComparator - #123864

Merged
kenzoengineer merged 3 commits into
masterfrom
kjiang/experimental-wildcards
Sep 9, 2026
Merged

feat(rollout): Add wildcard matching to SafeRolloutComparator#123864
kenzoengineer merged 3 commits into
masterfrom
kjiang/experimental-wildcards

Conversation

@kenzoengineer

@kenzoengineer kenzoengineer commented Sep 8, 2026

Copy link
Copy Markdown
Member

It's annoying to need to allowlist every single callsite and keep that list updated.

I'm adding the ability to just allowlist *, so we can just throw the gates wide open. Weird usage like

["*", "foo"]

is functionally identical to

["*"]

Enables https://github.com/getsentry/sentry-options-automator/pull/9651

@kenzoengineer
kenzoengineer requested a review from a team as a code owner September 8, 2026 23:44
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 8, 2026
@kenzoengineer
kenzoengineer requested a review from a team as a code owner September 9, 2026 16:58
@kenzoengineer
kenzoengineer merged commit 899f737 into master Sep 9, 2026
76 checks passed
@kenzoengineer
kenzoengineer deleted the kjiang/experimental-wildcards branch September 9, 2026 17:22
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.

2 participants