sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(replay): support tag LIKE queries for replay typeahead

Open aliu39 opened this issue 8 months ago • 2 comments

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.

aliu39 avatar Jun 28 '24 20:06 aliu39