Skip to content

Commit 1d0f2aa

Browse files
committed
biome :((
1 parent a8bfdae commit 1d0f2aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/sveltekit/src/server-common/rewriteFramesIntegration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import {
77
join,
88
rewriteFramesIntegration as originalRewriteFramesIntegration,
99
} from '@sentry/core';
10-
import type { GlobalWithSentryValues } from '../vite/injectGlobalValues';
1110
import { WRAPPED_MODULE_SUFFIX } from '../common/utils';
11+
import type { GlobalWithSentryValues } from '../vite/injectGlobalValues';
1212

1313
type StackFrameIteratee = (frame: StackFrame) => StackFrame;
1414
interface RewriteFramesOptions {

packages/sveltekit/src/server/handle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import type { CloudflareOptions } from '@sentry/cloudflare';
12
import type { Handle } from '@sveltejs/kit';
23
import { init } from './sdk';
3-
import type { CloudflareOptions } from '@sentry/cloudflare';
44

55
/**
66
* Actual implementation in ../worker/handle.ts

packages/sveltekit/src/vite/sourceMaps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import { sentryVitePlugin } from '@sentry/vite-plugin';
99
import { type Plugin, type UserConfig, loadConfigFromFile } from 'vite';
1010

1111
import MagicString from 'magic-string';
12+
import { WRAPPED_MODULE_SUFFIX } from '../common/utils';
1213
import type { GlobalSentryValues } from './injectGlobalValues';
1314
import { VIRTUAL_GLOBAL_VALUES_FILE, getGlobalValueInjectionCode } from './injectGlobalValues';
1415
import { getAdapterOutputDir, getHooksFileName, loadSvelteConfig } from './svelteConfig';
1516
import type { CustomSentryVitePluginOptions } from './types';
16-
import { WRAPPED_MODULE_SUFFIX } from '../common/utils';
1717

1818
// sorcery has no types, so these are some basic type definitions:
1919
type Chain = {

0 commit comments

Comments
 (0)