Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 882 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 882 Bytes

Effective Logging in Shiny

Me, presenting this talk...

A talk given at Shiny in Production 2023 about effective logging strategies for production Shiny apps, at both an application-logging level as well as for production systems.

Slides: Google Slides, PDF

Video: TBD

Code examples and snippets live in the examples/ directory of this repository. This includes:

  • a sitrep() function I really like as an improved session_info()
  • an example of adding an error handler on fatal app crashes