Skip to content

Commit 0593684

Browse files
committed
feat(node): Populate propagation context using env variables
1 parent 096c095 commit 0593684

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/node/src/sdk.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ import {
66
initAndBind,
77
Integrations as CoreIntegrations,
88
} from '@sentry/core';
9-
import type { SessionStatus, StackParser } from '@sentry/types';
9+
import type { DynamicSamplingContext, PropagationContext, SessionStatus, StackParser } from '@sentry/types';
1010
import {
11+
baggageHeaderToDynamicSamplingContext,
1112
createStackParser,
13+
extractTraceparentData,
1214
GLOBAL_OBJ,
1315
logger,
1416
nodeStackLineParser,
1517
stackParserFromStackParserOptions,
18+
<<<<<<< HEAD
1619
tracingContextFromHeaders,
20+
=======
21+
uuid4,
22+
>>>>>>> 9ca434fc5 (feat(node): Populate propagation context using env variables)
1723
} from '@sentry/utils';
1824

1925
import { setNodeAsyncContextStrategy } from './async';

0 commit comments

Comments
 (0)