about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-04 13:01:38 -0500
committerGitHub <noreply@github.com>2023-04-04 13:01:38 -0500
commitf717ff67190320d86de97f0984e70ed8cf2c9fab (patch)
tree297ee8f6e0c1a54d1dd7db07ab03d1ea6d398abf /package.json
parentb100abca0e3007c4d5ce331d5877c3036fd945ec (diff)
downloadvoidsky-f717ff67190320d86de97f0984e70ed8cf2c9fab.tar.zst
Add analytics to the web build (close #233) (#385)
* Add analytics to the web build (close #233)

* Use bsky endpoint for analytics
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 80f2aa07f..c997a3764 100644
--- a/package.json
+++ b/package.json
@@ -40,6 +40,8 @@
     "@react-navigation/drawer": "^6.6.2",
     "@react-navigation/native": "^6.1.6",
     "@react-navigation/native-stack": "^6.9.12",
+    "@segment/analytics-next": "^1.51.3",
+    "@segment/analytics-react": "^1.0.0-rc1",
     "@segment/analytics-react-native": "^2.10.1",
     "@segment/sovran-react-native": "^0.4.5",
     "@tiptap/core": "^2.0.0-beta.220",