feat(tasks): add centralized error handling for task failures#560
feat(tasks): add centralized error handling for task failures#560kelvinkipruto wants to merge 1 commit intomainfrom
Conversation
Implement createOnFail utility to capture task failures in Sentry with consistent error reporting across all task configurations. This provides better observability by including task slug, job ID, and error details in Sentry captures, making debugging easier when tasks encounter errors.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@claude Review |
|
Claude finished @kelvinkipruto's task in 1m 49s —— View job Code Review
Overall, this is a clean, well-structured approach to centralizing task failure reporting. The factory pattern for Issues1.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f20825068d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
Description
Implement createOnFail utility to capture task failures in Sentry with consistent error reporting across all task configurations. This provides better observability by including task slug, job ID, and error details in Sentry captures, making debugging easier when tasks encounter errors.
Fixes #556
Type of change
Screenshots
Checklist: