Skip to content

Commit fb508f7

Browse files
types
1 parent 5954ae4 commit fb508f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/kit/src/exports/public.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ export interface KitConfig {
420420
/**
421421
* Whether to enable server-side [OpenTelemetry](https://opentelemetry.io/) tracing for SvelteKit operations including the [`handle` hook](https://svelte.dev/docs/kit/hooks#Server-hooks-handle), [`load` functions](https://svelte.dev/docs/kit/load), and [form actions](https://svelte.dev/docs/kit/form-actions).
422422
* @default { server: false }
423-
* @since 2.26.0 // TODO: update this before publishing
423+
* @since 2.28.0
424424
*/
425425
tracing?: {
426426
server?: boolean;
@@ -1304,7 +1304,7 @@ export interface RequestEvent<
13041304

13051305
/**
13061306
* Access to spans for tracing. If tracing is not enabled, these spans will do nothing.
1307-
* @since 2.26.0 // TODO: update this before publishing
1307+
* @since 2.28.0
13081308
*/
13091309
tracing: {
13101310
/** Whether tracing is enabled. */
@@ -1481,7 +1481,7 @@ export interface ServerLoadEvent<
14811481

14821482
/**
14831483
* Access to spans for tracing. If tracing is not enabled, these spans will do nothing.
1484-
* @since 2.26.0 // TODO: update this before publishing
1484+
* @since 2.28.0
14851485
*/
14861486
tracing: {
14871487
/** Whether tracing is enabled. */

packages/kit/types/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ declare module '@sveltejs/kit' {
397397
/**
398398
* Whether to enable server-side [OpenTelemetry](https://opentelemetry.io/) tracing for SvelteKit operations including the [`handle` hook](https://svelte.dev/docs/kit/hooks#Server-hooks-handle), [`load` functions](https://svelte.dev/docs/kit/load), and [form actions](https://svelte.dev/docs/kit/form-actions).
399399
* @default { server: false }
400-
* @since 2.26.0 // TODO: update this before publishing
400+
* @since 2.28.0
401401
*/
402402
tracing?: {
403403
server?: boolean;
@@ -1281,7 +1281,7 @@ declare module '@sveltejs/kit' {
12811281

12821282
/**
12831283
* Access to spans for tracing. If tracing is not enabled, these spans will do nothing.
1284-
* @since 2.26.0 // TODO: update this before publishing
1284+
* @since 2.28.0
12851285
*/
12861286
tracing: {
12871287
/** Whether tracing is enabled. */
@@ -1458,7 +1458,7 @@ declare module '@sveltejs/kit' {
14581458

14591459
/**
14601460
* Access to spans for tracing. If tracing is not enabled, these spans will do nothing.
1461-
* @since 2.26.0 // TODO: update this before publishing
1461+
* @since 2.28.0
14621462
*/
14631463
tracing: {
14641464
/** Whether tracing is enabled. */

0 commit comments

Comments
 (0)