Hacker News new | ask | show | jobs
by halhen 1714 days ago
Somewhat helpful for Shiny stack traces:

    options(shiny.fullstacktrace = TRUE)
You should be prepared to scroll a bit, but you might get the information you're looking for more often.
1 comments

Thank you. I will give that a try next time.