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
We should add a Backtrace to azure_core::Error so that, when RUST_BACKTRACE=1 (or "all", whatever) is passed developers can get a full backtrace on Errors we return.
We'd call Backtrace::capture() in our various construction functions.
We should add a
Backtracetoazure_core::Errorso that, whenRUST_BACKTRACE=1(or "all", whatever) is passed developers can get a full backtrace onErrors we return.We'd call
Backtrace::capture()in our various construction functions.