mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
d3267dd5b0
closes https://github.com/TryGhost/Team/issues/2290 Currently, if the whole batch of email fails to send we don’t capture any errors directly tied to the batch. This makes it hard to debug which and why a batch failed when debugging email errors. Going forward we'll store the error information for a failing email batch directly that allows easier debugging for batch. - `error_status_code` : Captures statusCode returned by Mailgun, available in error.status from the example batch error - `error_message` : Captures short error message from Mailgun and status, available in context object of batch error - `error_data` : Captures while whole error json for a batch. As mentioned in pitch, this will be huge data and we’ll figure out long term how to best use this. |
||
---|---|---|
.. | ||
e2e-api | ||
e2e-browser | ||
e2e-frontend | ||
e2e-server | ||
e2e-webhooks | ||
integration | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js |