-
Notifications
You must be signed in to change notification settings - Fork 67
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
Capture logged messages #30
Comments
Related to the issue, I've recently came across a package which make use of the library. The lines of the error had an I was only able to discover it was that Test case: fn main() {
setup_panic!();
let a = None;
a.expect("This should fail");
} Copy of the error report
(BTW, really nice idea of error messages. I've loved it) |
I have interest in working on this feature if it's not being done elsewhere already. |
Go for it! |
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.
The text was updated successfully, but these errors were encountered: