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 ac62885 commit 9658566Copy full SHA for 9658566
packages/browser-utils/src/metrics/utils.ts
@@ -1,7 +1,7 @@
1
import type { SentrySpan } from '@sentry/core';
2
import { spanToJSON, startInactiveSpan, withActiveSpan } from '@sentry/core';
3
import type { Span, SpanTimeInput, StartSpanOptions } from '@sentry/types';
4
-import { WINDOW } from './types';
+import { WINDOW } from '../types';
5
6
/**
7
* Checks if a given value is a valid measurement value.
0 commit comments