diff --git a/apps/svelte.dev/content/docs/kit/98-reference/10-@sveltejs-kit.md b/apps/svelte.dev/content/docs/kit/98-reference/10-@sveltejs-kit.md
index 2f31f06f4..88b1d2f97 100644
--- a/apps/svelte.dev/content/docs/kit/98-reference/10-@sveltejs-kit.md
+++ b/apps/svelte.dev/content/docs/kit/98-reference/10-@sveltejs-kit.md
@@ -1405,6 +1405,62 @@ export async function load({ untrack, url }) {
}
```
+
+
+
+
+
+```dts
+tracing: {/*…*/}
+```
+
+
+
+
+
+- available since v2.26.0 // TODO: update this before publishing
+
+
+
+Access to spans for tracing. If tracing is not enabled or the function is being run in the browser, these spans will do nothing.
+
+
+
+```dts
+enabled: boolean;
+```
+
+
+
+Whether tracing is enabled.
+
+
+
+
+
+```dts
+root: Span;
+```
+
+
+
+The root span for the request. This span is named `sveltekit.handle.root`.
+
+
+
+
+
+```dts
+current: Span;
+```
+
+
+
+The span associated with the current `load` function.
+
+
+
+
@@ -2115,6 +2171,62 @@ isSubRequest: boolean;
`true` for `+server.js` calls coming from SvelteKit without the overhead of actually making an HTTP request. This happens when you make same-origin `fetch` requests on the server.
+
+
+
+
+
+```dts
+tracing: {/*…*/}
+```
+
+
+
+
+
+- available since v2.26.0 // TODO: update this before publishing
+
+
+
+Access to spans for tracing. If tracing is not enabled, these spans will do nothing.
+
+
+
+```dts
+enabled: boolean;
+```
+
+
+
+Whether tracing is enabled.
+
+
+
+
+
+```dts
+root: Span;
+```
+
+
+
+The root span for the request. This span is named `sveltekit.handle.root`.
+
+
+
+
+
+```dts
+current: Span;
+```
+
+
+
+The span associated with the current `handle` hook, `load` function, or form action.
+
+
+
+
@@ -2606,6 +2718,62 @@ export async function load({ untrack, url }) {
}
```
+
+
+
+
+
+```dts
+tracing: {/*…*/}
+```
+
+
+
+
+
+- available since v2.26.0 // TODO: update this before publishing
+
+
+
+Access to spans for tracing. If tracing is not enabled, these spans will do nothing.
+
+
+
+```dts
+enabled: boolean;
+```
+
+
+
+Whether tracing is enabled.
+
+
+
+
+
+```dts
+root: Span;
+```
+
+
+
+The root span for the request. This span is named `sveltekit.handle.root`.
+
+
+
+
+
+```dts
+current: Span;
+```
+
+
+
+The span associated with the current server `load` function.
+
+
+
+
diff --git a/apps/svelte.dev/content/docs/kit/98-reference/15-@sveltejs-kit-hooks.md b/apps/svelte.dev/content/docs/kit/98-reference/15-@sveltejs-kit-hooks.md
index e92bc1eae..4a404998d 100644
--- a/apps/svelte.dev/content/docs/kit/98-reference/15-@sveltejs-kit-hooks.md
+++ b/apps/svelte.dev/content/docs/kit/98-reference/15-@sveltejs-kit-hooks.md
@@ -83,9 +83,7 @@ first post-processing
```dts
-function sequence(
- ...handlers: import('@sveltejs/kit').Handle[]
-): import('@sveltejs/kit').Handle;
+function sequence(...handlers: Handle[]): Handle;
```
diff --git a/apps/svelte.dev/content/docs/kit/98-reference/50-configuration.md b/apps/svelte.dev/content/docs/kit/98-reference/50-configuration.md
index f84f417d4..7ccd1c77c 100644
--- a/apps/svelte.dev/content/docs/kit/98-reference/50-configuration.md
+++ b/apps/svelte.dev/content/docs/kit/98-reference/50-configuration.md
@@ -359,6 +359,43 @@ A prefix that signals that an environment variable is unsafe to expose to client
+## experimental
+
+
+
+
+
+
+
+Experimental features. Here be dragons. Breaking changes may occur in minor releases.
+
+
+
+
+
+```ts
+// @noErrors
+tracing?: {
+ server?: boolean;
+};
+```
+
+
+
+
+
+- default `{ server: false }`
+- available since v2.26.0 // TODO: update this before publishing
+
+
+
+Whether to enable server-side [OpenTelemetry](https://opentelemetry.io/) tracing for SvelteKit operations including the [`handle` hook](/docs/kit/hooks#Server-hooks-handle), [`load` functions](/docs/kit/load), and [form actions](/docs/kit/form-actions).
+
+
+
+
+
+
## files
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy