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 0d01d51 commit 584250dCopy full SHA for 584250d
packages/sveltekit/src/worker/handle.ts
@@ -2,8 +2,8 @@ import { type CloudflareOptions, wrapRequestHandler } from '@sentry/cloudflare';
2
import { getDefaultIntegrations as getDefaultCloudflareIntegrations } from '@sentry/cloudflare';
3
import type { Handle } from '@sveltejs/kit';
4
5
-import { rewriteFramesIntegration } from '../server-common/rewriteFramesIntegration';
6
import { addNonEnumerableProperty } from '@sentry/core';
+import { rewriteFramesIntegration } from '../server-common/rewriteFramesIntegration';
7
8
/** Initializes Sentry SvelteKit Cloudflare SDK
9
* This should be before the sentryHandle() call.
0 commit comments