Skip to content

Commit

Permalink
i want to delete biome and everything around it from this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Feb 13, 2025
1 parent c74482b commit 49bcbf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/browser/src/tracing/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
getActiveSpan,
getClient,
getLocationHref,
getSanitizedUrlString,
getTraceData,
hasSpansEnabled,
instrumentFetchRequest,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SentryNonRecordingSpan } from './tracing/sentryNonRecordingSpan';
import type { FetchBreadcrumbHint, HandlerDataFetch, Span, SpanOrigin } from './types-hoist';
import { SENTRY_BAGGAGE_KEY_PREFIX } from './utils-hoist/baggage';
import { isInstanceOf } from './utils-hoist/is';
import { getSanitizedUrlString, parseUrl, stripUrlQueryAndFragment } from './utils-hoist/url';
import { parseUrl, stripUrlQueryAndFragment } from './utils-hoist/url';
import { hasSpansEnabled } from './utils/hasSpansEnabled';
import { getActiveSpan } from './utils/spanUtils';
import { getTraceData } from './utils/traceData';
Expand Down

0 comments on commit 49bcbf1

Please sign in to comment.