`Backtrace::force_capture` (which is what we do know) is quite expensive computation-wise, we should try out: https://docs.rs/backtrace/latest/backtrace/struct.Backtrace.html#method.new_unresolved, and see how it performs.
Backtrace::force_capture(which is what we do know) is quite expensive computation-wise, we should try out: https://docs.rs/backtrace/latest/backtrace/struct.Backtrace.html#method.new_unresolved, and see how it performs.