custom providers
What provider would you like to support @hojas ?
How would this work with Google Tag Manager (GTM)
I want to modify the log provider. @Atinux
I guess we could support p.name being a path for developing a custom provider (https://github.com/nuxt-community/web-vitals-module/blob/main/src/index.ts#L19), what do you think @pi0 ?
Hello people, I'm also interested in this, I was wondering if I want to use it with Grafana, how do I do it? maybe also worth asking, does it make sense to monitor this in grafana?
Thanks
I have no knowledge about Grafana but I guess that should work.
Where are the events being sent?
Hello, Is it possible to set up AppSignal as a provider? Thx
It would be good to be able to use any analitycs something like in common web-vitals lib like
onCLS(sendToAnalytics); onFID(sendToAnalytics); onLCP(sendToAnalytics);