Andrew Liu

Results 21 issues of Andrew Liu

Follow up from https://github.com/getsentry/sentry/issues/64924 On the backend, we query by viewed_by_id. Previously, we expose this in the search bar typeahead. But this doesn't really make sense since you need to...

Scope: Backend

This is a useful property we're not tracking in metrics -- right now we assume all NEW_FEEDBACK_ENVELOPE's are from the widget, but they could be sent by the SDK too....

Scope: Backend

Follow up to https://github.com/getsentry/sentry/pull/70967, which deployed to saas Replaces https://github.com/getsentry/sentry/pull/69364, which I reverted. The old field is still valid, but we shouldn't expose it here

Scope: Frontend

### Problem Statement If we want to track metrics on feedback screenshots, there's no easy way to get metadata, ex number of attachments, (currently 0/1) in the monolith. After Relay,...

Product Area: User Feedback

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.

Scope: Frontend
Scope: Backend

relates to https://github.com/getsentry/team-replay/issues/436. Helps us see which orgs are filtered and when. Anything wrong with having "too many"(?) extras, or too many logs? 😄

Scope: Backend

Displayed in user-feedback project settings. IMO the old title is confusing because both "crash report" and "user report" link to crash report docs. Also the "User Report API" isn't really...

Scope: Frontend

Merges https://github.com/getsentry/sentry/pull/72882

Scope: Frontend
Scope: Backend

Closes https://github.com/getsentry/sentry/issues/75006 See https://sentry.sentry.io/stories/?name=app/components/searchQueryBuilder/index.stories.tsx Used the [issue's search bar](https://github.com/getsentry/sentry/blob/f74ff05a30510bbd0ecb60fb1bfa0d912e6f5a5d/static/app/views/issueList/searchBar.tsx#L46) as a reference. ~~One thing I had trouble with was recent searches~~ Recent searches isn't supported yet. The flag is enabled...

Scope: Frontend

Closes https://github.com/getsentry/sentry/issues/75008 See https://sentry.sentry.io/stories/?name=app/components/searchQueryBuilder/index.stories.tsx Very similar to https://github.com/getsentry/sentry/pull/75552. Recent searches isn't supported yet. Demo .mov: https://drive.google.com/file/d/15LK9LqL1pXv7O0Zxa7CWuZBlNXmsXoMc/view?usp=sharing Follow-up: - [ ] `useFetchOrganizationTags` - [ ] We should probably also clarify the...

Scope: Frontend