feat: implement initial setup of amplitude SDK (#4044)
* init commit * add amplitude ts sdk to package.json * add more comments and documentation * respond to vm comments * respond to cmcewen comments * fix: remove unused constants * fix: respond to cmcewen comments + initialize analytics in app.tsx + add missing return statement
Showing
... | @@ -106,6 +106,7 @@ | ... | @@ -106,6 +106,7 @@ |
"typescript": "^4.4.3" | "typescript": "^4.4.3" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@amplitude/analytics-browser": "^0.5.1", | |||
"@coinbase/wallet-sdk": "^3.3.0", | "@coinbase/wallet-sdk": "^3.3.0", | ||
"@fontsource/ibm-plex-mono": "^4.5.1", | "@fontsource/ibm-plex-mono": "^4.5.1", | ||
"@fontsource/inter": "^4.5.1", | "@fontsource/inter": "^4.5.1", | ||
... | ... |
Please register or sign in to comment