We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1afe1 commit 9344a37Copy full SHA for 9344a37
packages/tracing-internal/src/browser/request.ts
@@ -1,13 +1,12 @@
1
/* eslint-disable max-lines */
2
import { getCurrentHub, getDynamicSamplingContextFromClient, hasTracingEnabled } from '@sentry/core';
3
-import type { Client, HandlerDataFetch, Scope, Span } from '@sentry/types';
+import type { HandlerDataFetch, Span } from '@sentry/types';
4
import {
5
addInstrumentationHandler,
6
BAGGAGE_HEADER_NAME,
7
browserPerformanceTimeOrigin,
8
dynamicSamplingContextToSentryBaggageHeader,
9
generateSentryTraceHeader,
10
- isInstanceOf,
11
SENTRY_XHR_DATA_KEY,
12
stringMatchesSomePattern,
13
} from '@sentry/utils';
0 commit comments