Ghost/ghost/members-api/lib
Princi Vershwal b14b44faa4
ENG-1526 Added logs and sentry messages in Router Controller (#20955)
Ref:
https://linear.app/tryghost/issue/ENG-1526/errors-from-members-api-routercontroller-are-being-lost

The try/catch/re-throw pattern, that hides errors, is used throughout
the RouterController.js file.
I have not changed the try/catch/re-throw pattern because it helps in
sending clean messages to the users. We may not want to return internal
errors as API responses.
I have added logs and Sentry messages that will help us debug without
losing error messages.
2024-09-10 16:47:12 +05:30
..
controllers ENG-1526 Added logs and sentry messages in Router Controller (#20955) 2024-09-10 16:47:12 +05:30
repositories 🎨 Improved the performance of the /members/events/ aggregated_click_event endpoint (#20790) 2024-08-22 18:26:10 +05:30
services Added option param to skip distinct from count query for members API 2024-06-27 17:35:19 +05:30
members-api.js ENG-1526 Added logs and sentry messages in Router Controller (#20955) 2024-09-10 16:47:12 +05:30