Skip to content

Commit 9344a37

Browse files
author
Luca Forstner
committed
Lint
1 parent 1d1afe1 commit 9344a37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/tracing-internal/src/browser/request.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
/* eslint-disable max-lines */
22
import { getCurrentHub, getDynamicSamplingContextFromClient, hasTracingEnabled } from '@sentry/core';
3-
import type { Client, HandlerDataFetch, Scope, Span } from '@sentry/types';
3+
import type { HandlerDataFetch, Span } from '@sentry/types';
44
import {
55
addInstrumentationHandler,
66
BAGGAGE_HEADER_NAME,
77
browserPerformanceTimeOrigin,
88
dynamicSamplingContextToSentryBaggageHeader,
99
generateSentryTraceHeader,
10-
isInstanceOf,
1110
SENTRY_XHR_DATA_KEY,
1211
stringMatchesSomePattern,
1312
} from '@sentry/utils';

0 commit comments

Comments
 (0)