sentry icon indicating copy to clipboard operation
sentry copied to clipboard

fix(replay/feedback): use dataset specific tags for search typeaheads

Open aliu39 opened this issue 6 months ago • 1 comments

Fixes https://github.com/getsentry/sentry/issues/75745 Previously we were using the legacy global TagStore, which includes every tag in the org and loads slower. With this hook we can fetch just the tags we need, from the right dataset

Before: Screenshot 2024-08-09 at 9 56 08 AM

I haven't made use of the isLoading or isError states since I couldn't find such states for the search bar. Like before, the tags will appear in the list once loaded, no transition (hopefully these will be faster).

aliu39 avatar Aug 08 '24 21:08 aliu39