Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement error classification flag to distinguish business and critical errors #21

Open
jboix opened this issue Nov 28, 2024 · 0 comments
Assignees

Comments

@jboix
Copy link
Contributor

jboix commented Nov 28, 2024

Description

As a support engineer, I want to reduce noise in the error monitoring system by distinguishing between business errors and service errors so that I can focus on actionable issues without being overwhelmed by non-critical or expected errors.

Acceptance Criteria

  • The system must parse incoming error messages server-side to classify them based on their error type.
  • A new flag must be added to error events to indicate their classification.
  • No client-side logic for error classification; all rules must be implemented server-side for centralized management and easier updates.
@jboix jboix self-assigned this Nov 28, 2024
@jboix jboix added this to Pillarbox Nov 28, 2024
@github-project-automation github-project-automation bot moved this to ✏️ Draft in Pillarbox Nov 28, 2024
@jboix jboix moved this from ✏️ Draft to 📋 Backlog in Pillarbox Nov 28, 2024
@jboix jboix moved this from 📋 Backlog to 🚧 In Progress in Pillarbox Nov 29, 2024
@amtins amtins moved this from 🚧 In Progress to 📋 Backlog in Pillarbox Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant