Skip to content

Commit

Permalink
Aswathy/CRO-615/Binary id userid (#15460)
Browse files Browse the repository at this point in the history
* fix: passed the user value

* fix: bumped the analytic s package
  • Loading branch information
aswathy-deriv authored Jun 4, 2024
1 parent 2bde847 commit e9bdf4d
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 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 @@ -98,7 +98,7 @@
},
"dependencies": {
"@babel/preset-typescript": "^7.16.5",
"@deriv-com/analytics": "1.5.8",
"@deriv-com/analytics": "1.5.9",
"@sendbird/chat": "^4.9.7",
"@types/react-transition-group": "^4.4.4",
"babel-jest": "^27.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@binary-com/binary-document-uploader": "^2.4.8",
"@deriv-com/analytics": "1.5.8",
"@deriv-com/analytics": "1.5.9",
"@deriv-com/translations": "^1.2.3",
"@deriv-com/utils": "^0.0.24",
"@deriv/api": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/appstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "Deriv",
"license": "Apache-2.0",
"dependencies": {
"@deriv-com/analytics": "1.5.8",
"@deriv-com/analytics": "1.5.9",
"@deriv/account": "^1.0.0",
"@deriv/cashier": "^1.0.0",
"@deriv/cfd": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cfd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"@deriv-com/analytics": "1.5.8",
"@deriv-com/analytics": "1.5.9",
"@deriv-com/utils": "^0.0.24",
"@deriv/account": "^1.0.0",
"@deriv/api": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@datadog/browser-rum": "^5.11.0",
"@deriv-com/analytics": "1.5.8",
"@deriv-com/analytics": "1.5.9",
"@deriv-com/quill-tokens": "^2.0.2",
"@deriv-com/quill-ui": "^1.10.8",
"@deriv-com/translations": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/Stores/client-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ export default class ClientStore extends BaseStore {
// If this fails, it means the landing company check failed
if (this.loginid === authorize_response.authorize.loginid) {
BinarySocketGeneral.authorizeAccount(authorize_response);
Analytics.identifyEvent();
Analytics.identifyEvent(this.user_id);

await this.root_store.gtm.pushDataLayer({
event: 'login',
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sideEffects": false,
"dependencies": {
"@binary-com/binary-document-uploader": "^2.4.8",
"@deriv-com/analytics": "1.5.8",
"@deriv-com/analytics": "1.5.9",
"@deriv/api": "^1.0.0",
"@deriv/stores": "^1.0.0",
"@deriv/utils": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/reports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"@deriv-com/analytics": "1.5.8",
"@deriv-com/analytics": "1.5.9",
"@deriv/components": "^1.0.0",
"@deriv/deriv-api": "^1.0.15",
"@deriv/api-types": "1.0.172",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@deriv-com/analytics": "1.5.8",
"@deriv-com/analytics": "1.5.9",
"@deriv/api-types": "1.0.172",
"@deriv/translations": "^1.0.0",
"@types/js-cookie": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/trader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"dependencies": {
"@cloudflare/stream-react": "^1.9.1",
"@deriv-com/analytics": "1.5.8",
"@deriv-com/analytics": "1.5.9",
"@deriv-com/quill-tokens": "^2.0.2",
"@deriv-com/quill-ui": "^1.10.8",
"@deriv-com/utils": "^0.0.24",
Expand Down

0 comments on commit e9bdf4d

Please sign in to comment.