Skip to content

Commit

Permalink
biome :((
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Jan 31, 2025
1 parent a8bfdae commit 1d0f2aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
join,
rewriteFramesIntegration as originalRewriteFramesIntegration,
} from '@sentry/core';
import type { GlobalWithSentryValues } from '../vite/injectGlobalValues';
import { WRAPPED_MODULE_SUFFIX } from '../common/utils';
import type { GlobalWithSentryValues } from '../vite/injectGlobalValues';

type StackFrameIteratee = (frame: StackFrame) => StackFrame;
interface RewriteFramesOptions {
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/src/server/handle.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { CloudflareOptions } from '@sentry/cloudflare';
import type { Handle } from '@sveltejs/kit';
import { init } from './sdk';
import type { CloudflareOptions } from '@sentry/cloudflare';

/**
* Actual implementation in ../worker/handle.ts
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/src/vite/sourceMaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import { sentryVitePlugin } from '@sentry/vite-plugin';
import { type Plugin, type UserConfig, loadConfigFromFile } from 'vite';

import MagicString from 'magic-string';
import { WRAPPED_MODULE_SUFFIX } from '../common/utils';
import type { GlobalSentryValues } from './injectGlobalValues';
import { VIRTUAL_GLOBAL_VALUES_FILE, getGlobalValueInjectionCode } from './injectGlobalValues';
import { getAdapterOutputDir, getHooksFileName, loadSvelteConfig } from './svelteConfig';
import type { CustomSentryVitePluginOptions } from './types';
import { WRAPPED_MODULE_SUFFIX } from '../common/utils';

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

0 comments on commit 1d0f2aa

Please sign in to comment.