Skip to content

Commit

Permalink
Extend cross-domain linking with more user/session information
Browse files Browse the repository at this point in the history
  • Loading branch information
igneel64 committed Aug 28, 2023
1 parent 0421bb6 commit 7f0f14a
Show file tree
Hide file tree
Showing 11 changed files with 538 additions and 45 deletions.
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 7f0f14a

Please sign in to comment.