Closed
Description
In a first step to fully support SvelteKit apps deployed on Vercel, we should add support for @sveltejs/adapter-vercel
.
The first step here is to add a working configuration for uploading source maps and making everything work for lambda functions. This doesn not yet include support for the edge runtime as this requires some more changes in the monorepo (extracting the edge SDK, bundling changes) first.
### Tasks
- [ ] https://github.com/getsentry/sentry-javascript/pull/8193
- [ ] https://github.com/getsentry/sentry-javascript/pull/8256
- [x] Ensure the SDK works in lambda functions
- [x] Ensure auto-instrumentation works
- [x] Ensure the config works for adapter-auto and adapter-vercel
- [x] Ensure the config works for locally triggered as well as GH-triggered deploys
- [ ] https://github.com/getsentry/sentry-javascript/pull/8272
- [ ] https://github.com/getsentry/sentry-docs/pull/7073