laradevitt

Results 7 issues of laradevitt

Version 2.0.3 is very old by now, and this should also resolve warnings in #25. Testing is obviously needed. Thanks for this plugin!

I'm really looking forward to using this plugin! I'm having an issue, however. I would like only one content type `post` to be sourced from prismic.io. I would like to...

### Problem I'm not sure how this came up, I started getting the error below on my projects that depend on *gatsby-source-prismic-graphql*. ``` ERROR #11321 PLUGIN "gatsby-source-prismic-graphql" threw an error...

This is a PR for [Update web-vitals dependency to 2.x branch #5](https://github.com/bejamas/gatsby-plugin-web-vitals/issues/5) With this update there is a breaking change as described in the PR [Update CLS to max session...

The 2.x branch of [web-vitals](https://github.com/GoogleChrome/web-vitals) updates the implementation of CLS to use new definition outlined in [Evolving the CLS metric](https://web.dev/evolving-cls/). We would like to take advantage of this but this...

I thought it might be useful to see the original event value when debugging, so I've added it to the `onDebug()` output. I have also updated the README, since the...

This plugin converts all of the event values to integers before sending to GA, here: ```js // Google Analytics metrics must be integers, so the value is rounded. ev: parseInt(delta),...