Skip to content

Commit 28df9db

Browse files
committed
formatting
1 parent 07d0769 commit 28df9db

File tree

2 files changed

+1
-7
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-inp
  • packages/browser-utils/src/metrics

2 files changed

+1
-7
lines changed

dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-inp/test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
properFullEnvelopeRequestParser,
99
shouldSkipTracingTest,
1010
} from '../../../../utils/helpers';
11-
import { getFullRecordingSnapshots } from '../../../../utils/replayHelpers';
1211

1312
sentryTest('should capture an INP click event span.', async ({ browserName, getLocalTestPath, page }) => {
1413
const supportedBrowsers = ['chromium'];

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@ import {
22
SEMANTIC_ATTRIBUTE_EXCLUSIVE_TIME,
33
SEMANTIC_ATTRIBUTE_SENTRY_MEASUREMENT_UNIT,
44
SEMANTIC_ATTRIBUTE_SENTRY_MEASUREMENT_VALUE,
5-
SentrySpan,
6-
createSpanEnvelope,
75
getActiveSpan,
86
getClient,
97
getCurrentScope,
108
getRootSpan,
11-
sampleSpan,
12-
spanIsSampled,
139
spanToJSON,
1410
startInactiveSpan,
1511
} from '@sentry/core';
1612
import type { Integration, SpanAttributes } from '@sentry/types';
17-
import { browserPerformanceTimeOrigin, dropUndefinedKeys, htmlTreeAsString, logger } from '@sentry/utils';
18-
import { DEBUG_BUILD } from '../debug-build';
13+
import { browserPerformanceTimeOrigin, dropUndefinedKeys, htmlTreeAsString } from '@sentry/utils';
1914
import { addInpInstrumentationHandler } from './instrument';
2015
import { getBrowserPerformanceAPI, msToSec } from './utils';
2116

0 commit comments

Comments
 (0)