Skip to content

fix(ui): Move git_pr_number to number tags in explore constants#110040

Merged
runningcode merged 1 commit intomasterfrom
no/fix/preprod-pr-number-tag-type
Mar 6, 2026
Merged

fix(ui): Move git_pr_number to number tags in explore constants#110040
runningcode merged 1 commit intomasterfrom
no/fix/preprod-pr-number-tag-type

Conversation

@runningcode
Copy link
Contributor

git_pr_number was listed in SENTRY_PREPROD_STRING_TAGS but PR numbers are integers. The backend already treats it as numeric (it's in numeric_keys in artifact_search.py). This moves it to SENTRY_PREPROD_NUMBER_TAGS so the explore view fetches and presents it correctly.

Companion to #110033 which changes the field definition's valueType from STRING to INTEGER.

Move git_pr_number from SENTRY_PREPROD_STRING_TAGS to
SENTRY_PREPROD_NUMBER_TAGS to match the backend where it is already
in numeric_keys.

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 6, 2026
@runningcode runningcode marked this pull request as ready for review March 6, 2026 13:43
@runningcode runningcode requested a review from a team as a code owner March 6, 2026 13:43
@runningcode runningcode enabled auto-merge (squash) March 6, 2026 13:47
@runningcode runningcode merged commit f4cc105 into master Mar 6, 2026
62 checks passed
@runningcode runningcode deleted the no/fix/preprod-pr-number-tag-type branch March 6, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants