Remove Sentry
This commit is contained in:
@ -4,8 +4,6 @@ import viteReact from '@vitejs/plugin-react'
|
||||
import viteTsConfigPaths from 'vite-tsconfig-paths'
|
||||
import tailwindcss from '@tailwindcss/vite'
|
||||
|
||||
import { wrapVinxiConfigWithSentry } from '@sentry/tanstackstart-react'
|
||||
|
||||
const config = defineConfig({
|
||||
plugins: [
|
||||
// this is the plugin that enables path aliases
|
||||
@ -24,11 +22,3 @@ const config = defineConfig({
|
||||
})
|
||||
|
||||
export default config
|
||||
// export default wrapVinxiConfigWithSentry(config, {
|
||||
// org: process.env.VITE_SENTRY_ORG,
|
||||
// project: process.env.VITE_SENTRY_PROJECT,
|
||||
// authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
// // Only print logs for uploading source maps in CI
|
||||
// // Set to `true` to suppress logs
|
||||
// silent: !process.env.CI,
|
||||
// })
|
||||
|
Reference in New Issue
Block a user