Skip to content

Commit b9bcb93

Browse files
committed
update node env to use helper func
1 parent d2c28cc commit b9bcb93

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/node/src/sdk.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,14 @@ import {
66
initAndBind,
77
Integrations as CoreIntegrations,
88
} from '@sentry/core';
9-
import type { DynamicSamplingContext, PropagationContext, SessionStatus, StackParser } from '@sentry/types';
9+
import type { SessionStatus, StackParser } from '@sentry/types';
1010
import {
11-
baggageHeaderToDynamicSamplingContext,
1211
createStackParser,
13-
extractTraceparentData,
1412
GLOBAL_OBJ,
1513
logger,
1614
nodeStackLineParser,
1715
stackParserFromStackParserOptions,
18-
<<<<<<< HEAD
1916
tracingContextFromHeaders,
20-
=======
21-
uuid4,
22-
>>>>>>> 9ca434fc5 (feat(node): Populate propagation context using env variables)
2317
} from '@sentry/utils';
2418

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

0 commit comments

Comments
 (0)