rstudio / reactlog

Shiny Reactivity Visualizer
http://rstudio.github.io/reactlog
Other
123 stars 9 forks source link

File observer shows up with new version of shiny #58

Closed akgold closed 4 years ago

akgold commented 4 years ago

When using reactlog with the newest version of shiny (1.4.0.9001), I'm getting a weird extra reactive showing up in my app, that I think is the observer watching the R/ folder. I found this confusing when I first saw it. Maybe there's a way to exclude it? Or make clear what it is?

Here's an example using the geyser app.

Screen Shot 2019-12-02 at 09 35 12
schloerke commented 4 years ago

Can you make a PR to shiny at https://github.com/rstudio/shiny/blob/1080cf0ef4c5b6576fcdfebad1c555dcba97ce3a/R/app.R#L287 and add label with something appropriate? Shiny Auto-reload?

Thank you @akgold

schloerke commented 4 years ago

Thank you for the picture!!