Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a plugin that enriches the tracker needed to mark plugin as tracker #15954

Merged
merged 1 commit into from May 17, 2020

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented May 14, 2020

refs #11572 (comment)

This was actually a regression in a19d8cf#diff-bd3c3d13cfeffe365775c155d287ccdbL52-L70 as there shouldn't be a need to mark a plugin as a tracker just because it defines a tracker.js. Defining it as a tracker is not needed unless it would actually do something during tracking server side. Some plugins that extend tracker might only track additional events or other things though so it's not needed to mark the plugin as a tracker to keep tracking fast and not load unneeded plugins.

Documented the tracker.js itself in matomo-org/developer-documentation#345 (which needs a review)

@tsteur tsteur added Needs Review PRs that need a code review Regression Indicates a feature used to work in a certain way but it no longer does even though it should. labels May 14, 2020
@tsteur tsteur added this to the 3.13.6 milestone May 14, 2020
@tsteur tsteur changed the title xFix a plugin that enriches the tracker needed to mark plugin as tracker Fix a plugin that enriches the tracker needed to mark plugin as tracker May 14, 2020
@tsteur tsteur merged commit 317e436 into 3.x-dev May 17, 2020
@tsteur tsteur deleted the m11572 branch May 17, 2020 20:22
jonasgrilleres pushed a commit to 1024pix/pix-analytics that referenced this pull request Sep 22, 2020
jbuget pushed a commit to 1024pix/pix-analytics that referenced this pull request Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants