Skip to content

Commit

Permalink
Extend cross-domain linking with more user/session information and op…
Browse files Browse the repository at this point in the history
…tional configuration
  • Loading branch information
igneel64 committed Nov 7, 2023
1 parent 0421bb6 commit 35c3112
Show file tree
Hide file tree
Showing 14 changed files with 648 additions and 48 deletions.
6 changes: 3 additions & 3 deletions .bundlemonrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"path": "./trackers/browser-tracker/dist/index.umd.min.js",
"maxSize": "15kb",
"maxSize": "15.5kb",
"maxPercentIncrease": 10
},
{
Expand All @@ -17,12 +17,12 @@
},
{
"path": "./trackers/javascript-tracker/dist/sp.lite.js",
"maxSize": "15kb",
"maxSize": "16kb",
"maxPercentIncrease": 10
},
{
"path": "./libraries/browser-tracker-core/dist/index.module.js",
"maxSize": "26kb",
"maxSize": "26.5kb",
"maxPercentIncrease": 10
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-tracker-core",
"comment": "Allow for extended cross domain linking information using the useExtendedCrossDomainLinker option",
"type": "none"
}
],
"packageName": "@snowplow/browser-tracker-core"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-tracker",
"comment": "Add new useExtendedCrossDomainLinker option",
"type": "none"
}
],
"packageName": "@snowplow/browser-tracker"
}
4 changes: 4 additions & 0 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
"name": "@snowplow/tracker-core",
"allowedCategories": [ "libraries", "plugins", "trackers" ]
},
{
"name": "@testing-library/dom",
"allowedCategories": [ "libraries" ]
},
{
"name": "@types/dockerode",
"allowedCategories": [ "trackers" ]
Expand Down
Loading

0 comments on commit 35c3112

Please sign in to comment.