client icon indicating copy to clipboard operation
client copied to clipboard

A framework-agnostic client-side JavaScript library for logging user interactions on webpages.

Results 3 client issues
Sort by recently updated
recently updated
newest added

From the [Browser Events documentation](https://github.com/logui-framework/client/wiki/Browser-Events) we are given the config example below. ```js let configurationObject = { logUIConfiguration: { endpoint: 'ws://path-to-server:8000/ws/endpoint/', authorisationToken: 'AUTHTOKEN', // The authorisation token. verbose: true, browserEvents:...

I'm trying to change the cursorUpdateFrequency key within the browserEvents object inside the configuration object but no matter what I change it to it always updates every 200ms. I realized...

It's awesome to see another project like this, and really interesting that both of us have come up with this idea independently! I have built another tool in this space...