EmmanuelRoux / ngx-matomo-client

Matomo analytics client for Angular applications
https://matomo.org/
MIT License
74 stars 16 forks source link

Automatic page views tracking not working without .forRoot() #68

Closed EmmanuelRoux closed 1 year ago

EmmanuelRoux commented 1 year ago

Since v5.0.0, NgxMatomoRouterModule is (incorrectly) required to be imported using NgxMatomoRouterModule.forRoot().

If imported using just NgxMatomoRouterModule, then automatic page view tracking is not set-up and will not track anything.

It must be fixed because calling .forRoot() should remain optional.

EmmanuelRoux commented 1 year ago

:tada: This issue has been resolved in version 5.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: