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 3345eb3 commit 8ee3b1aCopy full SHA for 8ee3b1a
packages/sveltekit/src/server/handle.ts
@@ -14,7 +14,7 @@ import {
14
winterCGRequestToRequestData,
15
withIsolationScope,
16
} from '@sentry/core';
17
-import { VERSION, type Handle, type ResolveOptions } from '@sveltejs/kit';
+import { type Handle, type ResolveOptions, VERSION } from '@sveltejs/kit';
18
19
import { DEBUG_BUILD } from '../common/debug-build';
20
import { flushIfServerless, getTracePropagationData, sendErrorToSentry } from './utils';
0 commit comments