We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the Sentry Vite Plugin to upload source maps automatically for @sveltejs/adapter-node users:
@sveltejs/adapter-node
### Research/PoC: - [x] [Needs Research] find correct source maps generation config for SvelteKit apps + adapters - [x] [**Spike**] Investigate why [server-side source maps are not emitted correctly](https://github.com/getsentry/sentry-javascript/discussions/5838#discussioncomment-4726617) ootb (upstream contribution?) - [x] Ensure source map upload runs at the `buildEnd` hook - [x] Avoid running upload twice - [x] Try out DebugId (done, was erroneous, will revisit later)
### Tasks - [x] #7787 - [ ] #7811 - [ ] https://github.com/getsentry/sentry-javascript/pull/7831 - [ ] https://github.com/getsentry/sentry-javascript/pull/7835 - [ ] #7846 - [ ] https://github.com/getsentry/sentry-javascript/pull/7863
ref #6692
The text was updated successfully, but these errors were encountered:
svelte.config.js
Lms24
Successfully merging a pull request may close this issue.
Add the Sentry Vite Plugin to upload source maps automatically for
@sveltejs/adapter-node
users:ref #6692
The text was updated successfully, but these errors were encountered: