Skip to content

Commit 05e20f3

Browse files
feat(analytics): add server-side error handling
1 parent 99bf14c commit 05e20f3

File tree

5 files changed

+224
-114
lines changed

5 files changed

+224
-114
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
KV_REST_API_TOKEN=your_kv_token
22
KV_REST_API_URL="https://your.api/url"
33
GITHUB_TOKEN=your_github_token
4-
PUBLIC_POSTHOG_TOKEN=your_posthog_token
4+
PUBLIC_POSTHOG_KEY=your_posthog_token

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"mode-watcher": "^1.0.2",
4545
"octokit": "^4.1.3",
4646
"posthog-js": "^1.236.4",
47+
"posthog-node": "^4.14.0",
4748
"prettier": "^3.5.3",
4849
"prettier-plugin-svelte": "^3.3.3",
4950
"prettier-plugin-tailwindcss": "^0.6.11",

0 commit comments

Comments
 (0)