Skip to content

Commit c906db5

Browse files
committed
i want to delete biome and everything around it from this repository
1 parent 1d70801 commit c906db5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/browser/src/tracing/request.ts

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {
1616
getActiveSpan,
1717
getClient,
1818
getLocationHref,
19-
getSanitizedUrlString,
2019
getTraceData,
2120
hasSpansEnabled,
2221
instrumentFetchRequest,

packages/core/src/fetch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SentryNonRecordingSpan } from './tracing/sentryNonRecordingSpan';
55
import type { FetchBreadcrumbHint, HandlerDataFetch, Span, SpanOrigin } from './types-hoist';
66
import { SENTRY_BAGGAGE_KEY_PREFIX } from './utils-hoist/baggage';
77
import { isInstanceOf } from './utils-hoist/is';
8-
import { getSanitizedUrlString, parseUrl, stripUrlQueryAndFragment } from './utils-hoist/url';
8+
import { parseUrl, stripUrlQueryAndFragment } from './utils-hoist/url';
99
import { hasSpansEnabled } from './utils/hasSpansEnabled';
1010
import { getActiveSpan } from './utils/spanUtils';
1111
import { getTraceData } from './utils/traceData';

0 commit comments

Comments
 (0)