Skip to content

Commit 5678464

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/browser/src/profiling/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
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';
6-
import { forEachEnvelopeItem, GLOBAL_OBJ, logger, uuid4 } from '@sentry/utils';
6+
import { browserPerformanceTimeOrigin, forEachEnvelopeItem, GLOBAL_OBJ, logger, uuid4 } from '@sentry/utils';
77

8-
import { browserPerformanceTimeOrigin } from '../../../utils/src/time';
98
import { WINDOW } from '../helpers';
109
import type { JSSelfProfile, JSSelfProfileStack } from './jsSelfProfiling';
1110

0 commit comments

Comments
 (0)