devOpifex / shinymetrics

:straight_ruler: Analytics and telemetry for Shiny applications.
https://pkg.shinymetrics.com
GNU General Public License v2.0
33 stars 0 forks source link

Focus search keeps displaying "Searching..." when API returns null #13

Open hypebright opened 1 year ago

hypebright commented 1 year ago

Events focus is extremely useful 👏 I like it that you can select an input in the "Input" tab and see the "Focus" section at the bottom for a specific input.

However, when I search for the same input in the "Focus" tab, it keeps displaying "Searching...":

image

This is due to the request that is being made, which returns null (and makes sense as guess_input is not a session id or username):

image

Potential solutions: