We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f483c59 commit fb907cbCopy full SHA for fb907cb
packages/browser/src/profiling/utils.ts
@@ -4,8 +4,8 @@ import { DEFAULT_ENVIRONMENT, getCurrentHub } from '@sentry/core';
4
import type { DebugImage, Envelope, Event, StackFrame, StackParser } from '@sentry/types';
5
import type { Profile, ThreadCpuProfile } from '@sentry/types/src/profiling';
6
import { forEachEnvelopeItem, GLOBAL_OBJ, logger, uuid4 } from '@sentry/utils';
7
+import { browserPerformanceTimeOrigin } from '@sentry/utils/src/time';
8
-import { browserPerformanceTimeOrigin } from '../../../utils/src/time';
9
import { WINDOW } from '../helpers';
10
import type { JSSelfProfile, JSSelfProfileStack } from './jsSelfProfiling';
11
0 commit comments