Open acouch opened 9 months ago
Here is where the code needs to be updated: https://github.com/HHS/simpler-grants-gov/blob/6b3be7e3a52f3328534191632310d2322b2eb0ea/frontend/src/pages/api/subscribe.ts#L69
@acouch is this still an open issue?
@mxk0 this was never implemented.
Summary
When there is an error subscribing users to Sendy, we should get an alert.
Errors for subscribing are logged here: https://github.com/HHS/simpler-grants-gov/blob/00ca83fb01d41d317c8fe6d40d9a1a4d2f0d332e/frontend/src/pages/api/subscribe.ts#L63
These errors are available in the
service/frontend-prod
log group (see:Error subscribing user: fetch failed
).Steps
subscribe.ts
file. Ie it might be better to have them more uniform or start withSendy error:
to make them easier to find in the logs.Questions
Acceptance criteria