Skip to content

Commit 60186b3

Browse files
committed
more changes
1 parent 99401ea commit 60186b3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/opentelemetry-node/src/spanprocessor.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ import { Context, trace } from '@opentelemetry/api';
22
import { Span as OtelSpan, SpanProcessor as OtelSpanProcessor } from '@opentelemetry/sdk-trace-base';
33
import { addGlobalEventProcessor, getCurrentHub } from '@sentry/core';
44
import { Transaction } from '@sentry/tracing';
5-
import { DynamicSamplingContext, Span as SentrySpan, TraceparentData, TransactionContext } from '@sentry/types';
5+
import {
6+
Contexts,
7+
DynamicSamplingContext,
8+
Span as SentrySpan,
9+
TraceparentData,
10+
TransactionContext,
11+
} from '@sentry/types';
612
import { logger } from '@sentry/utils';
713

814
import { SENTRY_DYNAMIC_SAMPLING_CONTEXT_KEY, SENTRY_TRACE_PARENT_CONTEXT_KEY } from './constants';

0 commit comments

Comments
 (0)