kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

Results 1071 kit issues
Sort by recently updated
recently updated
newest added

Adds spans to `load` (client and server), server actions, and `handle`/`resolve`. TODO: - [ ] Configuration to enable globally enabling or disabling telemetry --- ### Please don't delete this checklist!...

Adds `@opentelemetry/api@^1.0.0` as an optional peer dependency of SvelteKit, and adds some utility functions we'll use to add first-party tracing support. As of this PR, adding `@opentelemetry/api` to your project...

Currently, the universal ID of a node is not available on the client. We're making it available so that it's accessible in tracing contexts (so that `load` function runs can...

See https://github.com/sveltejs/kit/discussions/13775 This PR adds minimal adaption for SvelteKit to support registering ESM server-side instrumentation in a dedicated `instrument.server.ts` file prior to SvelteKit's server being bootstrapped. Concrete changes: - `@sveltejs/kit`...

feature / enhancement

This PR is a replacement to #12961 with a completely different Websocket implementation using `crossws` that should be fully compatible with all major runtimes. Functionality has been validated locally using...

feature / enhancement

resolves #11386 This is long overdue, but @jycouet goaded me into working on it with the 1.0 release of [`vite-plugin-kit-routes`](https://www.kitql.dev/docs/tools/06_vite-plugin-kit-routes) 🎉 Everyone should have type safety when dealing with routes!...

feature / enhancement

### Describe the problem Currently, I'm throwing an "unexpected" error so that I can get access to the event object to add information, returning an error object with a flag,...

feature / enhancement

I found what I think is a bug: when I click on a nested link in Kit I get two `afterNavigate` calls. Reproduction steps: - open [the reproduction](https://stackblitz.com/edit/sveltejs-kit-template-default-7fsrxn7w) - when...

We've had issues in the past because `isHttpError`, `isRedirect`, and `isActionFailure` can start reporting false negatives when something somewhere decides to load two copies of the modules the classes are...

### Describe the problem Now with https://voidzero.dev/posts/announcing-rolldown-vite being a thing, i am trying to adopt rolldown in my svelte kit application and it required me to change the node-adapter, by...

pkg:adapter-node
needs-decision