Skip to content

Commit 4ccef4b

Browse files
types
1 parent fb508f7 commit 4ccef4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ export interface LoadEvent<
10161016

10171017
/**
10181018
* Access to spans for tracing. If tracing is not enabled or the function is being run in the browser, these spans will do nothing.
1019-
* @since 2.26.0 // TODO: update this before publishing
1019+
* @since 2.28.0
10201020
*/
10211021
tracing: {
10221022
/** Whether tracing is enabled. */

packages/kit/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ declare module '@sveltejs/kit' {
993993

994994
/**
995995
* Access to spans for tracing. If tracing is not enabled or the function is being run in the browser, these spans will do nothing.
996-
* @since 2.26.0 // TODO: update this before publishing
996+
* @since 2.28.0
997997
*/
998998
tracing: {
999999
/** Whether tracing is enabled. */

0 commit comments

Comments
 (0)