This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
Avoid active initialization for each app #2
Labels
type: refactor
Refactor the current implementation
The current approach requires an active initialization of the matomo tracking:
In addition the we duplicate the
actionFunctions
in the action.ts:tdp_matomo/src/actions.ts
Lines 12 to 27 in 981f6df
A better approach would be to filter phovea extensions with id
actionFunction
. Only action functions that are annotated with the required namecategory
andaction
will be tracked then.The text was updated successfully, but these errors were encountered: