Hi,When I used this before I upgrade to Google Analytics 4 I was

Hi,

When I used this before I upgrade to Google Analytics 4 I was able to see the pages without running sendPageView(). Must I implement this for the newer Google Analytics 4 as I don't see the page views anymore.

If so, is there a simpler way to implement this instead of adding it to each views init?

Kind regards,

You are using V14? It should work automatically the same way than it used to using annotations. Or you can use sendPageView as the manual way.

If you think there is a bug, could you report it in GitHub: https://github.com/samie/vaadin-ga-tracker/issues/new

Thanks!