File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/node/test/integrations Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ import type { LRUMap } from '@sentry/utils';
2
2
import type { Debugger , InspectorNotification } from 'inspector' ;
3
3
4
4
import { NodeClient , defaultStackParser } from '../../src' ;
5
- import { createRateLimiter } from '../../src/integrations/localvariables /common' ;
6
- import type { FrameVariables } from '../../src/integrations/localvariables /common' ;
7
- import type { DebugSession } from '../../src/integrations/localvariables/localvariables -sync' ;
8
- import { LocalVariablesSync , createCallbackList } from '../../src/integrations/localvariables/localvariables -sync' ;
5
+ import { createRateLimiter } from '../../src/integrations/local-variables /common' ;
6
+ import type { FrameVariables } from '../../src/integrations/local-variables /common' ;
7
+ import type { DebugSession } from '../../src/integrations/local-variables/local-variables -sync' ;
8
+ import { LocalVariablesSync , createCallbackList } from '../../src/integrations/local-variables/local-variables -sync' ;
9
9
import { NODE_VERSION } from '../../src/nodeVersion' ;
10
10
import { getDefaultNodeClientOptions } from '../../test/helper/node-client-options' ;
11
11
You can’t perform that action at this time.
0 commit comments