Skip to content

Commit 40f6846

Browse files
committed
Add PostHog analytics and enforce resume plan quotas
1 parent 0fb04c5 commit 40f6846

File tree

10 files changed

+463
-40
lines changed

10 files changed

+463
-40
lines changed

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ REDIS_URL=redis://localhost:6379
4343
# STRIPE_WEBHOOK_SECRET=whsec_...
4444
# NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_...
4545
# NEXT_PUBLIC_STRIPE_PRO_PRICE_ID=price_...
46+
47+
# ===========================================
48+
# POSTHOG (Optional - Product Analytics)
49+
# ===========================================
50+
# NEXT_PUBLIC_POSTHOG_KEY=phc_...
51+
# NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"pdf-parse": "^1.1.1",
8585
"pdf.js-extract": "^0.2.1",
8686
"pdfjs-dist": "4.8.69",
87+
"posthog-js": "^1.345.5",
8788
"react": "^19.0.0",
8889
"react-circular-progressbar": "^2.1.0",
8990
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)