We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
same search functionality as breadcrumbs. AKA local filtering logic.
The text was updated successfully, but these errors were encountered:
feat(schema-hints): Add search functionality to drawer (#87201)
d3371a2
I've added a simple search function on the drawer which allows users to search for tags. The search input is invisible until clicked on and the logic resembles the breadcrumbs search logic found [here](https://github.com/getsentry/sentry/blob/934c5a1769cd23eaefaa31b17173c885532d6fee/static/app/components/events/interfaces/breadcrumbs/index.tsx#L56-L89). Here's what it looks like: https://github.com/user-attachments/assets/15372d66-f786-45e8-af5c-2d098d861847 Closes #87029
nikkikapadia
Successfully merging a pull request may close this issue.
same search functionality as breadcrumbs. AKA local filtering logic.
The text was updated successfully, but these errors were encountered: