Skip to content

Commit 85930dd

Browse files
committed
Fix logger export
1 parent 70d642b commit 85930dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/node/src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { logger } from '@sentry/node-core';
2-
31
export { httpIntegration } from './integrations/http';
42
export { nativeNodeFetchIntegration } from './integrations/node-fetch';
53
export { fsIntegration } from './integrations/fs';
@@ -56,6 +54,7 @@ export {
5654
isEnabled,
5755
getGlobalScope,
5856
lastEventId,
57+
logger,
5958
close,
6059
createTransport,
6160
flush,
@@ -172,5 +171,3 @@ export {
172171
NODE_VERSION,
173172
validateOpenTelemetrySetup,
174173
} from '@sentry/node-core';
175-
176-
export { logger };

0 commit comments

Comments
 (0)