-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Description
Deploying the SvelteKit demo app using Vercel
- SvelteKit Docs: I feel bombarded with multiple callouts at the top of the page (compatibility)
- Adding sentry to the project gives me an error
(node:75076) [DEP0040] DeprecationWarning: The
punycodemodule is deprecated. Please use a userland alternative instead. (Use
node --trace-deprecation ...to show where the warning was created)
- Why can I not type for autocompletion in the wizard project selection, there are too many projects and it takes forever to scroll
- why does the wizard want to create an example page
- I clicked setup replay in the wizard, now the UI is prompting me to set up replay again? What is going on?
- The same issue from dev and prod are not grouped together? For a new version, the same exception creates a new issue - why are they not grouped?
Try to setup Source Maps:
- I click on “Make your stack traces readable”
- I copy the source map wizard thing
- Source map wizard tells me i should use the svelte kit wizard - I already authenticated the wizard, why do i have to do it again?
- Docs explain what artifact bundles are, but how does it work?
- Docs are gaslighting me, saying: @sentry/sveltekit will generate and upload source maps automatically, so that errors in Sentry will contain readable stack traces. It does not work - fixed in fix(sveltekit): Create bundler plugin env file instead of sentryclirc sentry-wizard#675
- The vote upload source maps docs interactive prompts don’t work correctly for me: https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/vite/ (already fixed by @chargome in fix: Use correct index for DSN selection sentry-docs#11397)
- Typescript warns me about sentry’s injected code in vite.config.ts:
Object literal may only specify known properties, and 'url' does not exist in type 'SourceMapsUploadOptions'.ts(2353) - I add the sentry auth token to my vercel environment variables -> now source maps work, but noone told me that
Metadata
Metadata
Assignees
Labels
No labels