Initial Analitys with Posthog

This commit is contained in:
Adolfo Reyna
2025-02-06 10:32:52 -05:00
parent caaed40476
commit 602081bf98
5 changed files with 89 additions and 11 deletions

48
package-lock.json generated
View File

@@ -16,10 +16,12 @@
"@react-navigation/native-stack": "^6.5.0",
"assert": "^2.0.0",
"expo": "^51.0.0",
"expo-application": "~5.9.1",
"expo-asset": "~10.0.10",
"expo-av": "~14.0.7",
"expo-dev-client": "~4.0.27",
"expo-device": "~6.0.2",
"expo-file-system": "~17.0.1",
"expo-image": "~1.13.0",
"expo-image-picker": "~15.0.7",
"expo-linking": "~6.3.1",
@@ -31,6 +33,7 @@
"expo-updates": "~0.25.26",
"i18n-js": "^4.2.0",
"moment": "^2.29.1",
"posthog-react-native": "^3.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
@@ -12749,6 +12752,51 @@
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
},
"node_modules/posthog-react-native": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/posthog-react-native/-/posthog-react-native-3.7.0.tgz",
"integrity": "sha512-iPQfYZvujIj81dtDP2lX09PImFQb9Ue/XGLupXrX9iIusTxTtOtN0TZdVhNBFpgY000m0H7lDqP7D32ui7grWw==",
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.0.0",
"@react-navigation/native": ">= 5.0.10",
"expo-application": ">= 4.0.0",
"expo-device": ">= 4.0.0",
"expo-file-system": ">= 13.0.0",
"expo-localization": ">= 11.0.0",
"posthog-react-native-session-replay": "^0.1",
"react-native-device-info": ">= 10.0.0",
"react-native-navigation": ">=6.0.0"
},
"peerDependenciesMeta": {
"@react-native-async-storage/async-storage": {
"optional": true
},
"@react-navigation/native": {
"optional": true
},
"expo-application": {
"optional": true
},
"expo-device": {
"optional": true
},
"expo-file-system": {
"optional": true
},
"expo-localization": {
"optional": true
},
"posthog-react-native-session-replay": {
"optional": true
},
"react-native-device-info": {
"optional": true
},
"react-native-navigation": {
"optional": true
}
}
},
"node_modules/pretty-bytes": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",