I was trying to find a "turn on backtrace" as an official api but couldn't find one in 90s of looking. I see the backtrace crate for catching them in user space in process, which is nice.
What would you recommend? Forking and execing yourself to set the env var? backtrace::enable_full() or something to that effect would be nice.