Skip to content

Commit 48d2669

Browse files
committed
fix: vite config
1 parent 351a532 commit 48d2669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { sentryVitePlugin } from '@sentry/vite-plugin'
1+
import { sentryTanstackStart } from '@sentry/tanstackstart-react'
22
import { defineConfig } from 'vite'
33
import contentCollections from '@content-collections/vite'
44
import tsConfigPaths from 'vite-tsconfig-paths'
@@ -102,7 +102,7 @@ export default defineConfig({
102102
: []),
103103
viteReact(),
104104

105-
sentryVitePlugin({
105+
sentryTanstackStart({
106106
authToken: process.env.SENTRY_AUTH_TOKEN,
107107
org: 'tanstack',
108108
project: 'tanstack-com',

0 commit comments

Comments
 (0)