Skip to content

Commit 9658566

Browse files
committed
fix import path
1 parent ac62885 commit 9658566

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-utils/src/metrics

1 file changed

+1
-1
lines changed

packages/browser-utils/src/metrics/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { SentrySpan } from '@sentry/core';
22
import { spanToJSON, startInactiveSpan, withActiveSpan } from '@sentry/core';
33
import type { Span, SpanTimeInput, StartSpanOptions } from '@sentry/types';
4-
import { WINDOW } from './types';
4+
import { WINDOW } from '../types';
55

66
/**
77
* Checks if a given value is a valid measurement value.

0 commit comments

Comments
 (0)