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

Allow capturing Backtraces from anyhow::Error #337

Closed
holmesmr opened this issue May 31, 2021 · 0 comments · Fixed by #341
Closed

Allow capturing Backtraces from anyhow::Error #337

holmesmr opened this issue May 31, 2021 · 0 comments · Fixed by #341

Comments

@holmesmr
Copy link

With dtolnay/anyhow#143 merged as 1.0.39, anyhow now supports backtrace capturing on stable Rust through an optional backtrace feature which uses the backtrace crate (as already used by sentry-backtrace). It would be useful to capture this information for anyhow errors to provide a replacement for the functionality that previously existed in sentry-failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant