Andrew Liu

Results 21 issues of Andrew Liu

Closes #74583 Closes #74452 If you want to checkout this branch to test it, you need to run dev-ui in getsentry and make local changes: - Comment out https://github.com/getsentry/getsentry/blob/2a1da081f3a9e4e4111b577d5551fa24691da374/static/getsentry/gsApp/utils/useReplayInit.tsx#L85-L87 -...

Scope: Frontend

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...

Scope: Frontend

Ref https://github.com/getsentry/relay/pull/3916 Don't merge til removed from relay + option automator

Scope: Backend

Fixes https://github.com/getsentry/sentry/issues/68481 For the screenshots, I used dev-ui to override the feedback's trace ID. Before merging, we need to test this by finding/creating some real-world, prod examples. 1. [Trace w/26...

Scope: Frontend

### Problem Statement Because of the way we parse fields on the backend, we don't allow `""` or `None`/`none` for `user.ip` filters. We just show an error banner instead. Reported...

### Problem Statement Right now when the /replays/ request fails on the list page, we render the whole page but show this banner instead of the data. ![Image](https://github.com/user-attachments/assets/ec629ba5-89f6-40af-97d5-24147928eeb1) This message...

Product Area: Replays

`tags[""]` is an older search filter syntax, used to explicitly indicate the filter is a custom tag. It might be used in other products' search bars, but we don't need...

Scope: Frontend

Closes https://github.com/getsentry/sentry/issues/78591

Scope: Backend

Closes https://github.com/getsentry/sentry/issues/76298 Closes [SENTRY-3B86](https://sentry.sentry.io/issues/5552524761/) Decided on a limit of 4096, generously below the LLM request, postgres, and kafka size limits described in the ticket. Messages that are too large will...

Scope: Backend

Ref: - https://github.com/getsentry/team-replay/issues/492