We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351a532 commit 48d2669Copy full SHA for 48d2669
vite.config.ts
@@ -1,4 +1,4 @@
1
-import { sentryVitePlugin } from '@sentry/vite-plugin'
+import { sentryTanstackStart } from '@sentry/tanstackstart-react'
2
import { defineConfig } from 'vite'
3
import contentCollections from '@content-collections/vite'
4
import tsConfigPaths from 'vite-tsconfig-paths'
@@ -102,7 +102,7 @@ export default defineConfig({
102
: []),
103
viteReact(),
104
105
- sentryVitePlugin({
+ sentryTanstackStart({
106
authToken: process.env.SENTRY_AUTH_TOKEN,
107
org: 'tanstack',
108
project: 'tanstack-com',
0 commit comments