Skip to content

Commit fb907cb

Browse files
committed
fix(profiling): import from correct package
1 parent f483c59 commit fb907cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/profiling/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { DEFAULT_ENVIRONMENT, getCurrentHub } from '@sentry/core';
44
import type { DebugImage, Envelope, Event, StackFrame, StackParser } from '@sentry/types';
55
import type { Profile, ThreadCpuProfile } from '@sentry/types/src/profiling';
66
import { forEachEnvelopeItem, GLOBAL_OBJ, logger, uuid4 } from '@sentry/utils';
7+
import { browserPerformanceTimeOrigin } from '@sentry/utils/src/time';
78

8-
import { browserPerformanceTimeOrigin } from '../../../utils/src/time';
99
import { WINDOW } from '../helpers';
1010
import type { JSSelfProfile, JSSelfProfileStack } from './jsSelfProfiling';
1111

0 commit comments

Comments
 (0)