Skip to content

Upload source maps automatically in the SvelteKit SDK #7669

New issue

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

Closed
Lms24 opened this issue Mar 30, 2023 · 0 comments · Fixed by #7863
Closed

Upload source maps automatically in the SvelteKit SDK #7669

Lms24 opened this issue Mar 30, 2023 · 0 comments · Fixed by #7863
Assignees
Labels
Feature: Source Maps Package: sveltekit Issues related to the Sentry SvelteKit SDK

Comments

@Lms24
Copy link
Member

Lms24 commented Mar 30, 2023

Add the Sentry Vite Plugin to upload source maps automatically for @sveltejs/adapter-node users:

### 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Source Maps Package: sveltekit Issues related to the Sentry SvelteKit SDK
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant