You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(hybrid-cloud): Restrict notification settings UX to a single organization (#50279)
Refactor the notification settings page to restrict viewing notification
settings to a single organization. This is required to simplify some
user notification setting APIs and make them compatible with hybrid
cloud.
Currently the user notifications APIs return "virtual" notification
settings for every project. This page doesn't really use those settings,
it instead renders projects from the list of projects and merges in what
gets returned. I think it should work fine if we only return actual
notification settings records, which will allow us to simplify the user
notification settings endpoints by removing these "virtual" entries --
assuming this was the only use case.
<img width="1231" alt="Issue_Alert_Notifications_—_Sentry"
src="https://github.com/getsentry/sentry/assets/52534/3c59964c-faf2-41d5-8677-fb290063017f">
---------
Co-authored-by: Valery Brobbey <[email protected]>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
Co-authored-by: Zachary Collins <[email protected]>
Co-authored-by: Zach Collins <[email protected]>
Co-authored-by: Mark Story <[email protected]>
0 commit comments