feat: setup posthog for metrics (might or might not be useful)

This commit is contained in:
2025-06-10 23:44:21 +01:00
parent b727665238
commit 2b73fe13bd
3 changed files with 70 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
},
"dependencies": {
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.8"
"@supabase/supabase-js": "^2.49.8",
"posthog-js": "^1.250.1"
}
}