Skip to content

Commit 189aa5c

Browse files
committed
formatting
1 parent 83be44f commit 189aa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sveltekit/src/worker/handle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { type CloudflareOptions, wrapRequestHandler } from '@sentry/cloudflare';
22
import { getDefaultIntegrations as getDefaultCloudflareIntegrations } from '@sentry/cloudflare';
33
import type { Handle } from '@sveltejs/kit';
44

5-
import { rewriteFramesIntegration } from '../server-common/rewriteFramesIntegration';
65
import { addNonEnumerableProperty } from '@sentry/core';
6+
import { rewriteFramesIntegration } from '../server-common/rewriteFramesIntegration';
77

88
/** Initializes Sentry SvelteKit Cloudflare SDK
99
* This should be before the sentryHandle() call.

0 commit comments

Comments
 (0)