Skip to content
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

SvelteKit Dogfooding with Sourcemaps #77771

Open
shellmayr opened this issue Sep 19, 2024 · 0 comments
Open

SvelteKit Dogfooding with Sourcemaps #77771

shellmayr opened this issue Sep 19, 2024 · 0 comments
Assignees

Comments

@shellmayr
Copy link
Member

shellmayr commented Sep 19, 2024

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. (Usenode --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
  • 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
@shellmayr shellmayr self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant