-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
readyThis task is ready to be assignedThis task is ready to be assigned
Description
Summary
After migrating to the slog logging library, several panic calls were introduced (see details: #408 (review)).
The goal of this task is to eliminate all panic usages and replace them with proper error handling and propagation.
Requirements
1. Remove all panic calls
- Identify all occurrences of
panicin the codebase - Replace them with appropriate error handling (returning errors, wrapping, or logging where applicable)
Acceptance Criteria
- No
paniccalls remain in the codebase -
makecompletes successfully without errors
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
readyThis task is ready to be assignedThis task is ready to be assigned