Skip to content

Commit 75def18

Browse files
committed
Remove browser-features, optimizely, ecommerce and consent plugins, deprecate enhanced ecommerce and performance timing plugins and add web vitals by default (snowplow#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
1 parent 880b651 commit 75def18

55 files changed

Lines changed: 140 additions & 5843 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@snowplow/browser-plugin-performance-timing",
5+
"comment": "Deprecate performance-timing plugin",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-performance-timing"
10+
}

common/config/rush/browser-approved-packages.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
"name": "@snowplow/browser-plugin-optimizely-x",
103103
"allowedCategories": [ "trackers" ]
104104
},
105+
{
106+
"name": "@snowplow/browser-plugin-performance-navigation-timing",
107+
"allowedCategories": [ "trackers" ]
108+
},
105109
{
106110
"name": "@snowplow/browser-plugin-performance-timing",
107111
"allowedCategories": [ "trackers" ]
@@ -126,6 +130,10 @@
126130
"name": "@snowplow/browser-plugin-vimeo-tracking",
127131
"allowedCategories": [ "trackers" ]
128132
},
133+
{
134+
"name": "@snowplow/browser-plugin-web-vitals",
135+
"allowedCategories": [ "trackers" ]
136+
},
129137
{
130138
"name": "@snowplow/browser-plugin-youtube-tracking",
131139
"allowedCategories": [ "trackers" ]

0 commit comments

Comments
 (0)