Skip to content

ref(grouping): Expand hex parameterization to include numbers with 9-15 digits#109751

Merged
lobsterkatie merged 3 commits intomasterfrom
kmclb-expand-hex-parameterization-to-include-9-15-digit-numbers
Mar 4, 2026
Merged

ref(grouping): Expand hex parameterization to include numbers with 9-15 digits#109751
lobsterkatie merged 3 commits intomasterfrom
kmclb-expand-hex-parameterization-to-include-9-15-digit-numbers

Conversation

@lobsterkatie
Copy link
Member

We are seeing some orgs which are sending message events which include hex strings of lengths (10 characters, 12 characters, etc.) that we don't currently match. This PR therefore expands our hex parameterization to include all strings which are between 8 and 128 characters (so no more gap from 9 and 15). This has the added advantage of allowing us to simplify our regex a bit.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 3, 2026
@lobsterkatie lobsterkatie force-pushed the kmclb-expand-hex-parameterization-to-include-9-15-digit-numbers branch from b5511dd to 94030cd Compare March 4, 2026 02:11
@getsentry getsentry deleted a comment from github-actions bot Mar 4, 2026
@lobsterkatie lobsterkatie marked this pull request as ready for review March 4, 2026 17:51
@lobsterkatie lobsterkatie requested a review from a team as a code owner March 4, 2026 17:51
@lobsterkatie lobsterkatie merged commit 2c6a1c1 into master Mar 4, 2026
75 checks passed
@lobsterkatie lobsterkatie deleted the kmclb-expand-hex-parameterization-to-include-9-15-digit-numbers branch March 4, 2026 17:59
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