sentry
sentry copied to clipboard
feat(replay): support tag LIKE queries for replay typeahead
Fixes https://github.com/getsentry/sentry/issues/60025. The relevant tag endpoint is OrganizationTagKeyValuesEndpoint. Note since it's built on SQL's LIKE function, the filter is CASE SENSITIVE. This is the current behavior for issues, too.