Remove browser-features, optimizely, ecommerce and consent plugins, deprecate enhanced ecommerce and performance timing plugins and add web vitals by default - #1345
Merged
Matus Tomlein (matus-tomlein) merged 15 commits intoOct 1, 2024
Conversation
… to enable performance navigation timing
…configuration from JS tracker
BundleMonFiles added (6)
Total files change +102.66KB 0% Final result: ✅ View report in BundleMon website ➡️ |
Jethro Nederhof (jethron)
left a comment
Contributor
There was a problem hiding this comment.
I would prefer consent and ecommerce stick around as deprecated while they're still "not deprecated" and first-class (or the only built-in option) in other platform's trackers. But not a hill I'd die on.
Matus Tomlein (matus-tomlein)
deleted the
issue/remove_deprecated_plugins
branch
October 1, 2024 06:04
Matus Tomlein (matus-tomlein)
added a commit
that referenced
this pull request
Oct 25, 2024
…eprecate enhanced ecommerce and performance timing plugins and add web vitals by default (#1345) Removed plugins - browser-features - optimizely - ecommerce - consent Deprecated plugins - enhanced ecommerce - performance timing Added default plugins in sp.js - web vitals (needs configuration to be enabled) Removed default plugins in sp.js - optimizely-x - timezone Other changes - Add an option to enable performance navigation timing
Merged
Matus Tomlein (matus-tomlein)
added a commit
that referenced
this pull request
Oct 28, 2024
…eprecate enhanced ecommerce and performance timing plugins and add web vitals by default (#1345) Removed plugins - browser-features - optimizely - ecommerce - consent Deprecated plugins - enhanced ecommerce - performance timing Added default plugins in sp.js - web vitals (needs configuration to be enabled) Removed default plugins in sp.js - optimizely-x - timezone Other changes - Add an option to enable performance navigation timing
Matus Tomlein (matus-tomlein)
added a commit
that referenced
this pull request
Oct 28, 2024
…eprecate enhanced ecommerce and performance timing plugins and add web vitals by default (#1345) Removed plugins - browser-features - optimizely - ecommerce - consent Deprecated plugins - enhanced ecommerce - performance timing Added default plugins in sp.js - web vitals (needs configuration to be enabled) Removed default plugins in sp.js - optimizely-x - timezone Other changes - Add an option to enable performance navigation timing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR revises the plugins in the v4 release. The goals are:
Below is the list of changes. This is still open for discussion if you have a different opinion!
Removed plugins
Deprecated plugins
Added default plugins in sp.js
Removed default plugins in sp.js
Other changes