We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdbb40 commit d78638eCopy full SHA for d78638e
packages/sveltekit/src/server-common/handle.ts
@@ -92,7 +92,7 @@ interface BackwardsForwardsCompatibleEvent {
92
/**
93
* For now taken from: https://github.com/sveltejs/kit/pull/13899
94
* 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
+ * @since 2.31.0
96
*/
97
tracing?: {
98
/** Whether tracing is enabled. */
0 commit comments