WISVCH / events

Registration for CH events (lectures, workshops, excursions, ...)
https://ch.tudelft.nl/events/
7 stars 10 forks source link

Improve error handling #491

Open praseodym opened 3 months ago

praseodym commented 3 months ago

Events current emails information about exceptions without logging them:

https://github.com/WISVCH/events/blob/6916f8fa3230fe814c9f4ad7420c8fb649f474d8/src/main/java/ch/wisv/events/core/service/mail/MailServiceImpl.java#L110-L122

These emails are either broken or not read by the current developers. It would be better to log exceptions to stderr or use Google Cloud Error Reporting (with the GKE integration or Java client library).