Skip to content

Commit

Permalink
Initialize analytics with client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Slotsky committed Mar 19, 2020
1 parent f4e404b commit c622c67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifold-init-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifoldco/manifold-init-types",
"version": "0.0.1-next.26",
"version": "0.4.0-beta.0",
"private": false,
"description": "TypeScript types for manifold-init",
"author": "manifoldco",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"loader/",
"src/"
],
"version": "0.0.1-next.26",
"version": "0.4.0-beta.0",
"description": "Manifold UI Initialization",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/v0/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const connection = (options: {
}
},
}),
analytics: createAnalytics({ env, element, componentVersion }),
analytics: createAnalytics({ env, element, componentVersion, clientId }),
};
};

Expand Down

0 comments on commit c622c67

Please sign in to comment.