sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Customer sees fewer User Feedback reports on the new page than on the old page, given the same filter criteria

Open yuval-sentry opened this issue 1 year ago • 4 comments

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

Use a project that has good dataset of genuine user feedbacks, open the new and old UI and use the exact same filter criteria, you will see that the number of results don't match.

Expected Result

Customer expects to see the same reports in either new or old UI.

Actual Result

Use a project that has good dataset of genuine user feedbacks, open the new and old UI and use the exact same filter criteria, you will see that the number of results don't match.

Product Area

User Feedback

Link

No response

DSN

No response

Version

No response

┆Issue is synchronized with this Jira Improvement by Unito

yuval-sentry avatar May 01 '24 21:05 yuval-sentry

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] avatar May 01 '24 21:05 getsantry[bot]

Routing to @getsentry/product-owners-user-feedback for triage ⏲️

getsantry[bot] avatar May 02 '24 16:05 getsantry[bot]

Seems related to:

  • https://github.com/getsentry/sentry/issues/70138

bruno-garcia avatar May 03 '24 20:05 bruno-garcia

@bruno-garcia I have also observed this happening. in my case, we use two ways of submitting user feedback (both through the user feedback api endpoint):

  • If a crash occurs, we allow someone to submit user feedback and associate it with the event ID of the crash (generated with sentry.CaptureException). This seems to show up in both the new and old user feedback UIs.
  • The user can also submit feedback at any time. In this case, we call sentry.CaptureMessage (via the Go SDK), and associate the user feedback with the newly generated message. This shows up in the old user feedback UI but not the new one.

~Is it possible that the new UI is filtering out user feedback associated with sentry "messages" rather than sentry "errors"? Is this intended behavior?~ Edit: I was wrong about this being the problem; I will update here if I'm able to repro the conditions that lead to a user feedback event being shown only in the old view, but let me know if there are any debugging steps I could take to provide more info.

N.B. we haven't been using this feature very long, so we have a limited set of events; I could be wrong about what the cause is for this but I can generate some more events to test this out.

lbernick avatar May 09 '24 14:05 lbernick

OK please let us know if it seems like data is dropped

bruno-garcia avatar May 10 '24 22:05 bruno-garcia

Closing this since last update was in May and seems resolved. Feel free to open a new issue if you're experiencing any problems

bruno-garcia avatar Sep 11 '24 17:09 bruno-garcia