Skip to content

Commit 4cab1b2

Browse files
committed
missing import
1 parent 0414cde commit 4cab1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/sdk.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defaultCoreOptions, getCurrentHub, initAndBind, Integrations as CoreInt
22
import { getIntegrationsToSetup } from '@sentry/core/build/types/integration';
33
import { getMainCarrier, setHubOnCarrier } from '@sentry/hub';
44
import { SessionStatus } from '@sentry/types';
5-
import { getGlobalObject, logger, makeDsn, stackParserFromOptions } from '@sentry/utils';
5+
import { getGlobalObject, logger, stackParserFromOptions } from '@sentry/utils';
66
import * as domain from 'domain';
77

88
import { NodeClient } from './client';

0 commit comments

Comments
 (0)