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 a043643 commit fcaaff3Copy full SHA for fcaaff3
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