Andrew Liu
Andrew Liu
Here's a good prod example: https://sentry.dev.getsentry.net:7999/feedback/?feedbackSlug=javascript%3A5764397098&project=11276 When first created this had a timeline, but since the errors were the same, they were grouped to 1 issue. https://sentry.dev.getsentry.net:7999/feedback/?feedbackSlug=javascript%3A5736701211 Example with both...
Reopened at https://github.com/getsentry/sentry/pull/76858
Related: https://github.com/getsentry/sentry/pull/74218. See the changes in FeedbackItemLoader and FeedbackItem
> I'm wondering that if the response is meant to be only a few sentences, do we need it? great point! I think in most cases we won't, but maybe...
Useful refs: - https://develop.sentry.dev/sdk/platform-specifics/javascript-sdks/browser-tracing/ - https://develop.sentry.dev/sdk/data-model/event-payloads/span/
> Looks good! Just one question: You need the buffer approach for determining the evaluation order right? Yes, I originally used buffers/arrays to track the eval order as we do...
> This is a great change for the feedback searchbar! But for the replay one, I believe you would want the replay dataset instead Oh I see! I misunderstood, replays...
I moved all usages of `useFetchOrganizationTags` to a new `Dataset` enum I created in the same file. This is so we don't overload the alerts type, or have to add...
> Hmm testing this I'm getting an error from the backend: > > > "Missing >= condition with a datetime literal on column timestamp for entity replays. Example: timestamp >=...
> > Hmm testing this I'm getting an error from the backend: > > > "Missing >= condition with a datetime literal on column timestamp for entity replays. Example: timestamp...