App Error Handler
What problem does this automation solve?
This automation handles error reporting and management by extracting error details from emails and logging them into Google Sheets and Slack for further analysis and action.
Why is it needed?
It streamlines the error handling process, ensuring that errors are promptly logged and stakeholders are notified, which helps in quick resolution and maintaining application stability.
Stakeholders & Responsibilities
Owner: Gonzalo Parra
Maintainer: Gonzalo or a designated member from the Engineering team.
Team Awareness: Development team, support team, and any other stakeholders involved in application maintenance and error resolution.
Process Flow
Link to the n8n workflow
Summary of the process being automated
- The workflow triggers on receiving an email to
feedback@publica.la - Extracts relevant error information
- Logs it into a Google Sheet
- Retrieves Sentry information for each Error
- Posts a summary to a Slack channel
Trigger
Received an email to feedback@publica.la.
Prompts
The prompts used in this workflow are:
Outcome
The workflow ends by logging the error details into Google Sheets and posting a message in the Slack channel #apps-error-messages. Success can be asserted by checking the presence of new entries in the Google Sheet and Slack channel.
Error Handling
No error handling yet