Hi,
We are trying to integrate Grafana Web SDK in our web-based cockpit.
We need to capture the events for
- All the button clicks.
- on new page load.
After initializing, we have observed that, we need to explicitly call faro.api.pushEvent() API to push the event for a button client or page load.
Now, as our application is very huge. Looks like, Going and putting the faro.api.pushEvent() call in each button click is bit tedious work.
Is there any simple way to achieve my requirement, without putting the faro API call for each button click?
Regards
Rajib