Skip to content

Commit

Permalink
feat: added mixpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
sumbat-ssvlabs committed Aug 26, 2024
1 parent f63d7ef commit fd349c5
Show file tree
Hide file tree
Showing 8 changed files with 18,023 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ REACT_APP_API_BASE_URL=https://api.stage.ssv.network/api/v4/holesky
REACT_APP_LINK_SSV_WEBAPP=https://app.stage.ssv.network/
REACT_APP_GOOGLE_TAG_SECRET=
REACT_APP_GOOGLE_TAG_URL=
REACT_APP_MIXPANEL_TOKEN=$MIXPANEL_TOKEN
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ REACT_APP_LINK_SSV_WEBAPP=$LINK_SSV_WEBAPP
REACT_APP_GOOGLE_TAG_SECRET=$GOOGLE_TAG_SECRET
REACT_APP_GOOGLE_TAG_URL=https://www.googletagmanager.com/gtm.js?id=
REACT_APP_ANNOUNCEMENT=$ANNOUNCEMENT
REACT_APP_MIXPANEL_TOKEN=$MIXPANEL_TOKEN
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"link-module-alias": "^1.2.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "0.11.3",
"mixpanel-browser": "^2.55.0",
"mobx": "5.15.0",
"mobx-react": "6.1.4",
"optimize-css-assets-webpack-plugin": "5.0.4",
Expand Down Expand Up @@ -131,6 +132,7 @@
"@types/jsdom": "^16.2.10",
"@types/jsdom-global": "^3.0.2",
"@types/lodash": "^4.14.170",
"@types/mixpanel-browser": "^2.50.0",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.2",
"@types/react": "^18.0.17",
Expand Down
Loading

0 comments on commit fd349c5

Please sign in to comment.