Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConflict with `{shinymanager}`? #2
Comments
|
Hi @sammerk , Thanks for reporting this issue. I've pushed a fix, if you re-install from Github, this should work. track_usage(
storage_mode = store_json(path = "logs/"),
exclude_input_id = ".shinymanager_timeout"
)Victor |
{shinylogs}and{shinymanager}are awesome packages! However, I ran into an issue when combining the packages.In the following app everything is fine, as long as line 45 is commented. But when
track_usage()is active, the output freezes.