Skip to content

Commit a20e67d

Browse files
committed
feat: sentry integration
1 parent 1e3fd54 commit a20e67d

File tree

6 files changed

+765
-186
lines changed

6 files changed

+765
-186
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev": "pnpm run with-env vite dev",
1010
"with-env": "dotenv -e ../../.env",
1111
"dev:frontend": "pnpm run with-env vite dev",
12-
"build": "vite build",
12+
"build": "vite build && cp src/instrument.server.mjs dist/server",
1313
"start": "vite start",
1414
"lint": "eslint --ext .ts,.tsx ./src",
1515
"format": "prettier --experimental-cli --ignore-unknown '**/*' --write",
@@ -37,8 +37,8 @@
3737
"@radix-ui/react-toast": "^1.2.2",
3838
"@react-three/drei": "^10.7.7",
3939
"@react-three/fiber": "^9.5.0",
40-
"@sentry/react": "^8.35.0",
41-
"@sentry/vite-plugin": "^2.22.6",
40+
"@sentry/tanstackstart-react": "^10.32.1",
41+
"@sentry/vite-plugin": "^4.6.1",
4242
"@tailwindcss/typography": "^0.5.13",
4343
"@tailwindcss/vite": "^4.1.11",
4444
"@tanstack/pacer": "^0.16.4",

0 commit comments

Comments
 (0)