Skip to content

Commit 2c99412

Browse files
committed
Renames
1 parent 1746cf2 commit 2c99412

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/tracing/src/browser/metrics/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import { browserPerformanceTimeOrigin, htmlTreeAsString, logger, WINDOW } from '
55
import { IdleTransaction } from '../../idletransaction';
66
import { Transaction } from '../../transaction';
77
import { getActiveTransaction, msToSec } from '../../utils';
8-
import { onCLS } from '../web-vitals/getCLS';
9-
import { onFID } from '../web-vitals/getFID';
10-
import { onLCP } from '../web-vitals/getLCP';
118
import { getVisibilityWatcher } from '../web-vitals/lib/getVisibilityWatcher';
129
import { observe, PerformanceEntryHandler } from '../web-vitals/lib/observe';
10+
import { onCLS } from '../web-vitals/onCLS';
11+
import { onFID } from '../web-vitals/onFID';
12+
import { onLCP } from '../web-vitals/onLCP';
1313
import { NavigatorDeviceMemory, NavigatorNetworkInformation } from '../web-vitals/types';
1414
import { _startChild, isMeasurementValue } from './utils';
1515

0 commit comments

Comments
 (0)