pd
Results
1
issues of
pd
### Environment Running a self-hosted version of Sentry. Deploying a static React app (Vite builder, Vercel for deployment) ```json "@sentry/tracing": "^7.114.0", "@sentry/vite-plugin": "^2.22.6", ... "vite": "^5.4.10" ``` vite.config.ts ```typescript defineConfig({...