-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref(notifications): remove UserNotificationSettingsDetailsEndpoint #60302
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes!!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #60302 +/- ##
==========================================
- Coverage 80.87% 80.85% -0.03%
==========================================
Files 5183 5182 -1
Lines 227661 227648 -13
Branches 38308 38308
==========================================
- Hits 184131 184058 -73
- Misses 37904 37963 +59
- Partials 5626 5627 +1
|
…:getsentry/sentry into ref/delete-unused-notification-endpoints
The endpoint
UserNotificationSettingsDetailsEndpoint
is no longer being used by either the UI or the API as shown by this query. They are also not documented so we can just remove them.Note I had a previous PR that removed
UserNotificationDetailsEndpoint
which was a mistake. We can remove some functionality from it but can't be removed just yet.