rust-cli / rust-cli/human-panic
Capture logged messages
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.9k
- Forks
- 65
- Avg merge
- 2h 48m
- Merged PRs (30d)
- 3
Description
Choose one: 🙋 feature request
Something I noticed in sentry, which is an enterprise-y form of human-panic, is the ability to capture logged warnings / errors. This could be a useful feature for human-panic as well to get extra context for why things might have failed.
See their log integration for their API and what features it provides.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading Sentry's referenced src/integrations/log.rs to understand the proposed log-capture API and features. Compare that with human-panic's existing panic-handling entry points, then define what warnings and errors should be retained and how they should appear as failure context. Done means logged messages are captured and included in the resulting panic report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100