Skip to content

Commit 00f5090

Browse files
committed
lint fix
1 parent 4693a71 commit 00f5090

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/node/src/sdk.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +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,
1816
tracingContextFromHeaders,
19-
uuid4,
2017
} from '@sentry/utils';
2118

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

0 commit comments

Comments
 (0)