Arnaud Mouronval

Results 23 comments of Arnaud Mouronval

That is curious, your code seems to be OK. You could maybe call setUserId only when a new user logs in, but that is not going to change the behavior...

Thanks @mgohin for this related issue. I'm curious to know if your problem is being solved by switching the renderer to Ivy. It would not be an ideal solution, but...

I agree this is very unlikely related to my plugin, since it does not interfere in this example: the Matomo tracker works on its own in this scenario, so it's...

Hi @kombasltd, First, you must only use the injector once : it adds the Matomo tracker directly into the DOM. I have tested multiple injections, but it may have side-effects....

I did not test it yet. I was pretty sure it would work the same. I'm going to try to reproduce this issue. Stay tuned :)

I made some tests with my demo application and so far, it's working correctly. Can you explain me how you load the router and ngx-matomo modules in your app?

Hi, If you get an error when injecting Matomo, the main reason is that the URL you provided in the `init` call is incorrect. It must refer to an existing...

I started finishing ngx-matomo for Ng14 last week. I also saw your PR and decided that instead, I would integrate all Heatmap functions for the tracker. Code is there (on...

Hi Currently, there is no clean solution to your problem with the current version of this module. However, your request is valid and could have a nice solution within the...