Skip to content

Commit a2d2273

Browse files
committed
yarn fix
1 parent df13f6c commit a2d2273

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/core/src/fetch.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ import {
77
} from '@sentry/utils';
88
import { getClient, getCurrentScope, getIsolationScope } from './currentScopes';
99
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from './semanticAttributes';
10-
import { getDynamicSamplingContextFromClient, getDynamicSamplingContextFromSpan, setHttpStatus, SPAN_STATUS_ERROR, startInactiveSpan } from './tracing';
10+
import {
11+
SPAN_STATUS_ERROR,
12+
getDynamicSamplingContextFromClient,
13+
getDynamicSamplingContextFromSpan,
14+
setHttpStatus,
15+
startInactiveSpan,
16+
} from './tracing';
1117
import { hasTracingEnabled } from './utils/hasTracingEnabled';
1218
import { spanToTraceHeader } from './utils/spanUtils';
1319

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import {
66
getDynamicSamplingContextFromSpan,
77
getIsolationScope,
88
hasTracingEnabled,
9+
instrumentFetchRequest,
910
setHttpStatus,
1011
spanToJSON,
1112
spanToTraceHeader,
1213
startInactiveSpan,
13-
instrumentFetchRequest
1414
} from '@sentry/core';
1515
import type { HandlerDataXhr, SentryWrappedXMLHttpRequest, Span } from '@sentry/types';
1616
import {

packages/vercel-edge/src/integrations/wintercg-fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {
33
convertIntegrationFnToClass,
44
defineIntegration,
55
getClient,
6+
instrumentFetchRequest,
67
isSentryRequestUrl,
7-
instrumentFetchRequest
88
} from '@sentry/core';
99
import type {
1010
Client,

0 commit comments

Comments
 (0)