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 = {
116
116
...TracingIntegrations ,
117
117
} ;
118
118
119
+ export {
120
+ captureConsoleIntegration ,
121
+ debugIntegration ,
122
+ dedupeIntegration ,
123
+ extraErrorDataIntegration ,
124
+ rewriteFramesIntegration ,
125
+ sessionTimingIntegration ,
126
+ } from '@sentry/core' ;
127
+
119
128
export { consoleIntegration } from './integrations/console' ;
120
129
export { onUncaughtExceptionIntegration } from './integrations/onuncaughtexception' ;
121
130
export { onUnhandledRejectionIntegration } from './integrations/onunhandledrejection' ;
Original file line number Diff line number Diff line change @@ -10,12 +10,3 @@ export { RequestData } from '@sentry/core';
10
10
export { Undici } from './undici' ;
11
11
export { Spotlight } from './spotlight' ;
12
12
export { 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