getsentry / getsentry/sentry-javascript
Upload nitro sourcemaps automatically in the SolidStart SDK
Open
Feature
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 1.8k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 515
Description
The `sentrySolidStartVite` plugin uploads sourcemaps generated during the vite build process, but not for the final nitro build step that generates the actual deployable output.
Nitro sourcemaps are referencing sourcemaps in the vinxi build folder, e.g `... "sources":["../../../../.vinxi/build/server-fns/_server/client-error.mjs"]`
We need to upload sourcemaps for both steps.
Contributor guide
Assessment
This issue has not been assessed yet.