`reactlog_show()` could have `log = shiny::reactlog()` as the default value (or handled internally), making the default use case ```r library(reactlog) reactlog_enable() shiny::runApp("app.R") reactlog_show() ```