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 a5a8fd6 commit f934239Copy full SHA for f934239
packages/sveltekit/src/server/load.ts
@@ -1,5 +1,5 @@
1
import { captureException } from '@sentry/node';
2
-import { addExceptionMechanism, objectify, isThenable } from '@sentry/utils';
+import { addExceptionMechanism, isThenable, objectify } from '@sentry/utils';
3
import type { HttpError, ServerLoad } from '@sveltejs/kit';
4
5
function isHttpError(err: unknown): err is HttpError {
0 commit comments