Skip to content

Commit

Permalink
Merge pull request #32 from dubinc/track-url
Browse files Browse the repository at this point in the history
Track URL (`window.location.href`)
  • Loading branch information
steven-tey authored Dec 20, 2024
2 parents 8878467 + 1fb4cba commit aa5aed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/script/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
body: JSON.stringify({
domain: shortDomain,
key: identifier,
url: window.location.href,
}),
}).then(async (res) => {
if (!res.ok) {
Expand Down

0 comments on commit aa5aed4

Please sign in to comment.