feat: integrate PostHog for sourcemap uploads and update dependencies

This commit is contained in:
Mo Tarbin
2026-08-16 13:52:42 -04:00
parent 9329eaf3a9
commit e18c829ae7
4 changed files with 187 additions and 90 deletions

View File

@@ -17,5 +17,10 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm i
- run: npm run build
- name: Build
run: npm run build
env:
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
POSTHOG_PROJECT_ID: ${{ secrets.POSTHOG_PROJECT_ID }}
POSTHOG_HOST: ${{ secrets.POSTHOG_HOST }}
- run: npm run lint:ci