We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f71cd commit a7ca7efCopy full SHA for a7ca7ef
packages/script/src/base.js
@@ -55,6 +55,7 @@
55
domain: shortDomain,
56
key: identifier,
57
url: window.location.href,
58
+ referrer: document.referrer,
59
}),
60
})
61
.then((res) => res.ok && res.json())
0 commit comments