Ghost/ghost/email-service/lib
Naz 1605198a1a
Added debug data dump to email service
closes https://github.com/TryGhost/Team/issues/3324

- When the recipients batch size is larger than the limit in addition to logging the error we need extra data to figure out what exactly is inside those `2000` or `3000` records causing faulty behavior.
- This change grabs all available models and dumps them into a file inside of the `content/data` folder. The code is temporary and should be removed once the problem is narrowed down
2023-05-30 21:32:01 +07:00
..
email-templates
BatchSendingService.js Added debug data dump to email service 2023-05-30 21:32:01 +07:00
EmailBodyCache.js
EmailController.js
EmailEventProcessor.js
EmailEventStorage.js
EmailRenderer.js
EmailSegmenter.js
EmailService.js
MailgunEmailProvider.js Added forced debug output for EmailRecipients fetching (#16823) 2023-05-19 17:57:24 +07:00
SendingService.js