Skip to content

Commit d78638e

Browse files
committed
2.31.0
1 parent 7bdbb40 commit d78638e

File tree

1 file changed

+1
-1
lines changed
  • packages/sveltekit/src/server-common

1 file changed

+1
-1
lines changed

packages/sveltekit/src/server-common/handle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ interface BackwardsForwardsCompatibleEvent {
9292
/**
9393
* For now taken from: https://github.com/sveltejs/kit/pull/13899
9494
* Access to spans for tracing. If tracing is not enabled or the function is being run in the browser, these spans will do nothing.
95-
* @since 2.30.0
95+
* @since 2.31.0
9696
*/
9797
tracing?: {
9898
/** Whether tracing is enabled. */

0 commit comments

Comments
 (0)