Skip to content

Commit 9d45c57

Browse files
committed
export integrations from node package
1 parent 2138410 commit 9d45c57

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/node/src/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@ export const Integrations = {
116116
...TracingIntegrations,
117117
};
118118

119+
export {
120+
captureConsoleIntegration,
121+
debugIntegration,
122+
dedupeIntegration,
123+
extraErrorDataIntegration,
124+
rewriteFramesIntegration,
125+
sessionTimingIntegration,
126+
} from '@sentry/core';
127+
119128
export { consoleIntegration } from './integrations/console';
120129
export { onUncaughtExceptionIntegration } from './integrations/onuncaughtexception';
121130
export { onUnhandledRejectionIntegration } from './integrations/onunhandledrejection';

packages/node/src/integrations/index.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,3 @@ export { RequestData } from '@sentry/core';
1010
export { Undici } from './undici';
1111
export { Spotlight } from './spotlight';
1212
export { Hapi } from './hapi';
13-
14-
export {
15-
captureConsoleIntegration,
16-
debugIntegration,
17-
dedupeIntegration,
18-
extraErrorDataIntegration,
19-
rewriteFramesIntegration,
20-
sessionTimingIntegration,
21-
} from '@sentry/core';

0 commit comments

Comments
 (0)