Merge pull request #819 from blockscout/feat/mixpanel
Feature: mixpanel analytics
Showing
lib/csp/policies/mixpanel.ts
0 → 100644
lib/mixpanel/getPageType.ts
0 → 100644
lib/mixpanel/getTabName.ts
0 → 100644
lib/mixpanel/index.ts
0 → 100644
lib/mixpanel/logEvent.ts
0 → 100644
lib/mixpanel/useInit.tsx
0 → 100644
lib/mixpanel/utils.ts
0 → 100644
... | ... | @@ -57,6 +57,7 @@ |
"graphql-ws": "^5.11.3", | ||
"js-cookie": "^3.0.1", | ||
"lodash": "^4.0.0", | ||
"mixpanel-browser": "^2.47.0", | ||
"monaco-editor": "^0.34.1", | ||
"next": "13.3.0", | ||
"nextjs-routes": "^1.0.8", | ||
... | ... | @@ -68,6 +69,7 @@ |
"pino-pretty": "^9.1.1", | ||
"qrcode": "^1.5.1", | ||
"react": "18.2.0", | ||
"react-device-detect": "^2.2.3", | ||
"react-dom": "18.2.0", | ||
"react-google-recaptcha": "^2.1.0", | ||
"react-hook-form": "^7.33.1", | ||
... | ... | @@ -88,6 +90,7 @@ |
"@types/dom-to-image": "^2.6.4", | ||
"@types/jest": "^29.2.0", | ||
"@types/js-cookie": "^3.0.2", | ||
"@types/mixpanel-browser": "^2.38.1", | ||
"@types/node": "18.11.18", | ||
"@types/phoenix": "^1.5.4", | ||
"@types/qrcode": "^1.5.0", | ||
... | ... |
Please register or sign in to comment