diff --git a/package.json b/package.json index 73fc68f378..9aaa85a3a1 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "@osmonauts/lcd": "^0.8.0", "@ping-pub/chain-registry-client": "^0.0.25", "@vercel/speed-insights": "^1.0.10", + "@vercel/analytics": "^1.2.2", "@vitejs/plugin-vue-jsx": "^3.0.0", "@vueuse/core": "^9.12.0", "@vueuse/integrations": "^10.1.2", diff --git a/src/App.vue b/src/App.vue index 8202cbd6a4..1ba90f1066 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,8 @@ import { themeChange } from 'theme-change'; import { onMounted } from 'vue'; import TxDialog from './components/TxDialog.vue'; -import { SpeedInsights } from "@vercel/speed-insights/vue" +import { SpeedInsights } from "@vercel/speed-insights/vue"; +import { inject } from "@vercel/analytics"; onMounted(() => { themeChange(false); @@ -11,6 +12,7 @@ onMounted(() => {