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 d5f08b6 commit a20fc43Copy full SHA for a20fc43
packages/core/src/fetch.ts
@@ -2,7 +2,7 @@ import type { Client, HandlerDataFetch, Scope, Span, SpanOrigin } from '@sentry/
2
import { SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from './semanticAttributes';
3
import { SPAN_STATUS_ERROR, setHttpStatus, startInactiveSpan } from './tracing';
4
import { SentryNonRecordingSpan } from './tracing/sentryNonRecordingSpan';
5
-import { BAGGAGE_HEADER_NAME, SENTRY_BAGGAGE_KEY_PREFIX } from './utils-hoist/baggage';
+import { SENTRY_BAGGAGE_KEY_PREFIX } from './utils-hoist/baggage';
6
import { isInstanceOf } from './utils-hoist/is';
7
import { parseUrl } from './utils-hoist/url';
8
import { hasTracingEnabled } from './utils/hasTracingEnabled';
0 commit comments