@@ -3,39 +3,6 @@ import { logger } from '@sentry/node-core';
33export { httpIntegration } from './integrations/http' ;
44export { nativeNodeFetchIntegration } from './integrations/node-fetch' ;
55export { fsIntegration } from './integrations/fs' ;
6-
7- export {
8- nodeContextIntegration ,
9- contextLinesIntegration ,
10- localVariablesIntegration ,
11- modulesIntegration ,
12- onUncaughtExceptionIntegration ,
13- onUnhandledRejectionIntegration ,
14- anrIntegration ,
15- disableAnrDetectionForCallback ,
16- spotlightIntegration ,
17- childProcessIntegration ,
18- createSentryWinstonTransport ,
19- SentryContextManager ,
20- generateInstrumentOnce ,
21- instrumentWhenWrapped ,
22- INSTRUMENTED ,
23- getSentryRelease ,
24- defaultStackParser ,
25- createGetModuleFromFilename ,
26- makeNodeTransport ,
27- NodeClient ,
28- cron ,
29- NODE_VERSION ,
30- validateOpenTelemetrySetup ,
31- addOriginToSpan ,
32- getRequestUrl ,
33- isCjs ,
34- ensureIsWrapped ,
35- createMissingInstrumentationContext ,
36- envToBool ,
37- } from '@sentry/node-core' ;
38-
396export { expressIntegration , expressErrorHandler , setupExpressErrorHandler } from './integrations/tracing/express' ;
407export { fastifyIntegration , setupFastifyErrorHandler } from './integrations/tracing/fastify' ;
418export { graphqlIntegration } from './integrations/tracing/graphql' ;
@@ -173,4 +140,36 @@ export type {
173140 FeatureFlagsIntegration ,
174141} from '@sentry/core' ;
175142
143+ export {
144+ nodeContextIntegration ,
145+ contextLinesIntegration ,
146+ localVariablesIntegration ,
147+ modulesIntegration ,
148+ onUncaughtExceptionIntegration ,
149+ onUnhandledRejectionIntegration ,
150+ anrIntegration ,
151+ disableAnrDetectionForCallback ,
152+ spotlightIntegration ,
153+ childProcessIntegration ,
154+ createSentryWinstonTransport ,
155+ SentryContextManager ,
156+ generateInstrumentOnce ,
157+ instrumentWhenWrapped ,
158+ INSTRUMENTED ,
159+ getSentryRelease ,
160+ defaultStackParser ,
161+ createGetModuleFromFilename ,
162+ makeNodeTransport ,
163+ NodeClient ,
164+ cron ,
165+ NODE_VERSION ,
166+ validateOpenTelemetrySetup ,
167+ addOriginToSpan ,
168+ getRequestUrl ,
169+ isCjs ,
170+ ensureIsWrapped ,
171+ createMissingInstrumentationContext ,
172+ envToBool ,
173+ } from '@sentry/node-core' ;
174+
176175export { logger } ;
0 commit comments