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 9344a37 commit beea8adCopy full SHA for beea8ad
packages/tracing-internal/src/common/fetch.ts
@@ -1,4 +1,4 @@
1
-import { getCurrentHub, getDynamicSamplingContextFromClient } from '@sentry/core';
+import { getCurrentHub, getDynamicSamplingContextFromClient, hasTracingEnabled } from '@sentry/core';
2
import type { Client, HandlerDataFetch, Scope, Span, SpanOrigin } from '@sentry/types';
3
import {
4
BAGGAGE_HEADER_NAME,
0 commit comments