You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@RoxasShadow If you're not opposed having this built-in, I'm happy to add this -- including using a feature flag so that it can be turned on/off. I started using Failure in one of my projects that I'll eventually use Rollbar in as well.
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 forreport_error!
to use that backtrace instead of creating a new one?The text was updated successfully, but these errors were encountered: