Skip to contents

Stack traces often aren't available in Shiny. Use this function inside of modules to know where errors occur

Usage

msg_mod_fun(.call = rlang::trace_back(bottom = 5), e = rlang::caller_env())

Value

Message with the name of the running module and it's environment

See also

Other debugging: browser_server(), browser_ui(), use_msg_mod_fun()