File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010import { Scope } from '../../src/scope' ;
1111import type { Breadcrumb } from '../../src/types-hoist/breadcrumb' ;
1212import type { Event } from '../../src/types-hoist/event' ;
13- import { applyScopeDataToEvent } from '../../src/utils/applyScopeDataToEvent ' ;
13+ import { applyScopeDataToEvent } from '../../src/utils/scope-utils ' ;
1414import { getDefaultTestClientOptions , TestClient } from '../mocks/client' ;
1515import { clearGlobalScope } from '../testutils' ;
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 mergeAndOverwriteScopeData ,
1111 mergeArray ,
1212 mergeScopeData ,
13- } from '../../../src/utils/applyScopeDataToEvent ' ;
13+ } from '../../../src/utils/scope-utils ' ;
1414
1515describe ( 'mergeArray' , ( ) => {
1616 it . each ( [
You can’t perform that action at this time.
0 commit comments