Skip to content

Commit d4e5cc4

Browse files
committed
change wrong import
1 parent 08569aa commit d4e5cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/src/propagator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { isTracingSuppressed, W3CBaggagePropagator } from '@opentelemetry/core';
44
import { ATTR_URL_FULL, SEMATTRS_HTTP_URL } from '@opentelemetry/semantic-conventions';
55
import type { Client, continueTrace, DynamicSamplingContext, Options, Scope } from '@sentry/core';
66
import {
7+
baggageHeaderToDynamicSamplingContext,
78
debug,
89
generateSentryTraceHeader,
910
getClient,
@@ -19,7 +20,6 @@ import {
1920
spanToJSON,
2021
stringMatchesSomePattern,
2122
} from '@sentry/core';
22-
import { baggageHeaderToDynamicSamplingContext } from '@sentry/core/src';
2323
import { SENTRY_BAGGAGE_HEADER, SENTRY_TRACE_HEADER, SENTRY_TRACE_STATE_URL } from './constants';
2424
import { DEBUG_BUILD } from './debug-build';
2525
import { getScopesFromContext, setScopesOnContext } from './utils/contextData';

0 commit comments

Comments
 (0)