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 f703845 commit 5360260Copy full SHA for 5360260
packages/sveltekit/src/server-common/utils.ts
@@ -1,6 +1,5 @@
1
-import { captureException, debug, flush, objectify } from '@sentry/core';
+import { captureException, 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';
5
6
/**
0 commit comments