getsentry / sentry

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

Navigating to a project page while having a project locked throws "project filter has been overwritten" notice erroneously #41672

Open gaprl opened 1 year ago

gaprl commented 1 year ago

The following message appears on the top of the project page when a project is locked in the project selector:

Image

"The project filter has been overwritten. This can happen when you open sentry.io links with filter parameters that are different from your current filter values."

However, the projects filter doesn't exist on the "Projects" page (only a team's filter), so this notice might be confusing to customers since there isn't a project filter on the project page.

Steps to reproduce:

  1. Go to "Issues" open the projects selector and lock a project.
  2. Go to "Projects" and select a project.
  3. The notice above will be shown even though there is no project filter on the project page.
gaprl commented 1 year ago

IMHO we should remove the project filter notice from this page, but keep any other notices (for the environment or date period, for example).

om-ray commented 1 year ago

@gaprl I wasn't able to reproduce this issue