Skip to content

Commit

Permalink
Merge pull request #42 from ridi/feature/modify-pvid
Browse files Browse the repository at this point in the history
  • Loading branch information
RINDAMAN2426 authored May 9, 2022
2 parents 6d20948 + cf8e958 commit c80e244
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
language: node_js
node_js: node
node_js:
- 17
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ridi/event-tracker",
"version": "0.10.4",
"version": "0.10.5",
"description": "",
"main": "dist/cjs/index.js",
"typings": "dist/typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/trackers/beacon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class BeaconTracker extends BaseTracker {
user_id: this.mainOptions.userId,
u_idx: this.mainOptions.uIdx,
ruid: this.ruid.value,
pvid: this.pvid.value,
pvid: undefined,
...pageMeta,
path: `${pageMeta.path}${search}`,
data,
Expand Down

0 comments on commit c80e244

Please sign in to comment.