getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.31k stars 4.21k forks source link

Cross project error counts are incorrect for replays #70425

Open cmanallen opened 6 months ago

cmanallen commented 6 months ago

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

  1. Visit the replay index page and observe a replay with at least one error that was raised on different project than the replay was recorded for.
  2. Click into the details page of that replay and observe the error count.

Expected Result

The counts should be the same. We should be able to search and sort by cross-project errors.

Actual Result

The count is not the same. We are not able to search and sort by cross-project errors.

Product Area

Replays

Link

No response

DSN

No response

Version

No response

cmanallen commented 6 months ago

This can be fixed by any of the following:

cmanallen commented 6 months ago

cc @getsentry/replay-backend

aliu39 commented 6 months ago

Related: https://github.com/getsentry/sentry/pull/69973 and https://github.com/getsentry/sentry/pull/70231