File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 join ,
88 rewriteFramesIntegration as originalRewriteFramesIntegration ,
99} from '@sentry/core' ;
10- import type { GlobalWithSentryValues } from '../vite/injectGlobalValues' ;
1110import { WRAPPED_MODULE_SUFFIX } from '../common/utils' ;
11+ import type { GlobalWithSentryValues } from '../vite/injectGlobalValues' ;
1212
1313type StackFrameIteratee = ( frame : StackFrame ) => StackFrame ;
1414interface RewriteFramesOptions {
Original file line number Diff line number Diff line change 1+ import type { CloudflareOptions } from '@sentry/cloudflare' ;
12import type { Handle } from '@sveltejs/kit' ;
23import { init } from './sdk' ;
3- import type { CloudflareOptions } from '@sentry/cloudflare' ;
44
55/**
66 * Actual implementation in ../worker/handle.ts
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ import { sentryVitePlugin } from '@sentry/vite-plugin';
99import { type Plugin , type UserConfig , loadConfigFromFile } from 'vite' ;
1010
1111import MagicString from 'magic-string' ;
12+ import { WRAPPED_MODULE_SUFFIX } from '../common/utils' ;
1213import type { GlobalSentryValues } from './injectGlobalValues' ;
1314import { VIRTUAL_GLOBAL_VALUES_FILE , getGlobalValueInjectionCode } from './injectGlobalValues' ;
1415import { getAdapterOutputDir , getHooksFileName , loadSvelteConfig } from './svelteConfig' ;
1516import 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:
1919type Chain = {
You can’t perform that action at this time.
0 commit comments