Skip to content

Commit 8976584

Browse files
committed
formatting
1 parent 8d28dfe commit 8976584

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, getActiveSpan, startInactiveSpan } from '@sentry/core';
33
import { setMeasurement } from '@sentry/core';
44
import type { Measurements, Span, SpanAttributes, StartSpanOptions } from '@sentry/types';
5-
import {
6-
browserPerformanceTimeOrigin,
7-
consoleSandbox,
8-
getComponentName,
9-
htmlTreeAsString,
10-
logger,
11-
parseUrl,
12-
} from '@sentry/utils';
5+
import { browserPerformanceTimeOrigin, getComponentName, htmlTreeAsString, logger, parseUrl } from '@sentry/utils';
136

147
import { spanToJSON } from '@sentry/core';
158
import { DEBUG_BUILD } from '../debug-build';

0 commit comments

Comments
 (0)