Skip to content

Commit a20fc43

Browse files
committed
fix linting
1 parent d5f08b6 commit a20fc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Client, HandlerDataFetch, Scope, Span, SpanOrigin } from '@sentry/
22
import { SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from './semanticAttributes';
33
import { SPAN_STATUS_ERROR, setHttpStatus, startInactiveSpan } from './tracing';
44
import { SentryNonRecordingSpan } from './tracing/sentryNonRecordingSpan';
5-
import { BAGGAGE_HEADER_NAME, SENTRY_BAGGAGE_KEY_PREFIX } from './utils-hoist/baggage';
5+
import { SENTRY_BAGGAGE_KEY_PREFIX } from './utils-hoist/baggage';
66
import { isInstanceOf } from './utils-hoist/is';
77
import { parseUrl } from './utils-hoist/url';
88
import { hasTracingEnabled } from './utils/hasTracingEnabled';

0 commit comments

Comments
 (0)