mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Related to this discussion https://github.com/firezone/firezone/pull/2990#discussion_r1439629571 Add a dependency on the `tracing-panic` crate. This is about 100 lines of code that adds a panic handle so app panics get a line number, file name, etc. in the logs. No backtrace I think since we stripe symbols for release builds. I _think_ the line numbers are baked into the panic macro so those might still stay. @conectado I should remove the debug command before closing it, right?