Commit f4cc105
fix(ui): Move git_pr_number to number tags in explore constants (#110040)
`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`.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 19245cd commit f4cc105
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
100 | | - | |
| 99 | + | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| |||
0 commit comments