dreamRs / shinylogs

Logs for Shiny apps
https://dreamrs.github.io/shinylogs/
96 stars 13 forks source link

Add option of defining app_name #15

Closed PaulC91 closed 2 years ago

PaulC91 commented 2 years ago

Hi there! Thanks for this great package.

I'd like to start using it with a a collection of apps I have deployed using shinyproxy. The issue I have is that all apps are copied as volumes into a root/app/ directory of a docker container and so the default app_name <- basename(getwd()) results in the same "app" name for each app in the session logs.

This PR adds the option of defining it manually in the use_tracking and track_usage functions.

Merci!

pvictor commented 2 years ago

Thanks! Let me know how it works for you!

Victor

PaulC91 commented 2 years ago

Super, working well! Thanks Victor.

Paul

jb-2703 commented 2 years ago

Hi - is there a timeline for this update to be published as a new package version to CRAN?

pvictor commented 2 years ago

That's on CRAN now, thanks