To optionally print the backtrace footer. Currently the only way is to turn on a flag inside the error with an unexported function: ```r cnd <- rlang:::cnd_set_backtrace_on_error(cnd, "full") ```