add posthog integration (#7)

* add possibility to track events with posthog by setting environment variables POSTHOG_API_KEY and POSTHOG_API_HOST
This commit is contained in:
Matthias Nannt
2022-07-22 16:15:39 +02:00
committed by GitHub
parent cb6b76c3e2
commit 277bd014ae
13 changed files with 372 additions and 259 deletions

View File

@@ -28,6 +28,7 @@
"next-auth": "^4.10.1",
"nextjs-cors": "^2.1.1",
"nodemailer": "^6.7.7",
"posthog-js": "^1.26.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",