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 82ee985 commit 51947b8Copy full SHA for 51947b8
packages/sveltekit/src/server-common/utils.ts
@@ -1,4 +1,4 @@
1
-import { captureException, flush, debug, objectify } from '@sentry/core';
+import { captureException, debug, flush, objectify } from '@sentry/core';
2
import type { RequestEvent } from '@sveltejs/kit';
3
import { DEBUG_BUILD } from '../common/debug-build';
4
import { isHttpError, isRedirect } from '../common/utils';
0 commit comments