feat: sentry profile
This commit is contained in:
@@ -5,6 +5,12 @@ import react from "@vitejs/plugin-react";
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
headers: {
|
||||
"Document-Policy": "js-profiling",
|
||||
},
|
||||
},
|
||||
|
||||
plugins: [
|
||||
react(),
|
||||
sentryVitePlugin({
|
||||
|
||||
Reference in New Issue
Block a user