File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff 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+
119128export { consoleIntegration } from './integrations/console' ;
120129export { onUncaughtExceptionIntegration } from './integrations/onuncaughtexception' ;
121130export { onUnhandledRejectionIntegration } from './integrations/onunhandledrejection' ;
Original file line number Diff line number Diff line change @@ -10,12 +10,3 @@ export { RequestData } from '@sentry/core';
1010export { Undici } from './undici' ;
1111export { Spotlight } from './spotlight' ;
1212export { Hapi } from './hapi' ;
13-
14- export {
15- captureConsoleIntegration ,
16- debugIntegration ,
17- dedupeIntegration ,
18- extraErrorDataIntegration ,
19- rewriteFramesIntegration ,
20- sessionTimingIntegration ,
21- } from '@sentry/core' ;
You can’t perform that action at this time.
0 commit comments