You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(issues): Include empty tags in group tags endpoint (#102049)
Add support for including empty tag values in the group tags endpoint
(api/0/issues/{id}/tags/) when the
organizations:issue-tags-include-empty-values feature flag is enabled.
Makes a 2nd snuba query and attaches the empty values. I couldn't figure
out how to make this work in a single snuba query, but i did figure out
how to do this without N snuba queries.
also needs some follow up frontend work
<img width="454" height="256" alt="image"
src="https://github.com/user-attachments/assets/6b935125-7ed5-4418-bcbb-f4bbc7349990"
/>
part of https://linear.app/getsentry/issue/RTC-1181/
0 commit comments