rollbar-rs
rollbar-rs copied to clipboard
Integration with "failure" crate?
Hey! I'm working on a project that uses "failure" for errors. Its Error
type has backtraces pointing back to where the error originated. Is it possible for report_error!
to use that backtrace instead of creating a new one?