Skip to content

Commit 1e61ca2

Browse files
feat: add posthog
1 parent f6525af commit 1e61ca2

6 files changed

Lines changed: 5092 additions & 6155 deletions

File tree

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ VITE_SENTRY_TRACE_PROPAGATION_TARGET_REGEX=
1212

1313
VITE_ENABLE_DEVTOOLS=
1414
VITE_ENABLE_REACT_SCAN=true
15+
16+
VITE_POSTHOG_API_KEY=
17+
VITE_POSTHOG_HOST=

cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"lukemorales",
1818
"sonner",
1919
"TTFB",
20-
"VITE"
20+
"VITE",
21+
"POSTHOG",
22+
"posthog"
2123
]
2224
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@
4949
"@sentry/react": "^9.41.0",
5050
"@t3-oss/env-core": "^0.13.8",
5151
"@tailwindcss/vite": "^4.1.11",
52-
"@tanstack/react-query": "^5.83.0",
52+
"@tanstack/react-query": "^5.90.2",
5353
"@tanstack/react-router": "^1.129.8",
5454
"@tanstack/react-router-devtools": "^1.132.25",
5555
"@tanstack/react-table": "^8.21.3",
5656
"axios": "^1.12.0",
5757
"i18next": "^25.3.2",
58+
"posthog-js": "^1.270.1",
5859
"react": "^19.1.0",
5960
"react-dom": "^19.1.0",
6061
"react-hook-form": "^7.61.1",
@@ -80,7 +81,7 @@
8081
"@storybook/react-vite": "^9.0.18",
8182
"@stylistic/eslint-plugin": "^5.2.2",
8283
"@tanstack/eslint-plugin-router": "^1.129.7",
83-
"@tanstack/react-query-devtools": "^5.83.0",
84+
"@tanstack/react-query-devtools": "^5.90.2",
8485
"@tanstack/router-plugin": "^1.129.8",
8586
"@testing-library/react": "^16.3.0",
8687
"@types/node": "^24.1.0",

0 commit comments

Comments
 (0)