I’m using Pirsch in an app that makes the user stay on it for veeeeery long time, sometimes several minutes, without interacting with the app at all (we’re talking electron app here).
My understanding is that these users are not accounted as active after they have spent enough time without interacting with the app even tho the said app is still open, meaning that the user is still using my app, which I’d like to be able to measure in my dashboard.
Do we have a simple way to like, ping the server so the session is kept alive?