You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered:
Deploying the SvelteKit demo app using Vercel
(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)
Try to setup Source Maps:
Object literal may only specify known properties, and 'url' does not exist in type 'SourceMapsUploadOptions'.ts(2353)
The text was updated successfully, but these errors were encountered: