We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bcd7b commit 9bb0d4fCopy full SHA for 9bb0d4f
packages/node/src/index.ts
@@ -34,6 +34,7 @@ export { tediousIntegration } from './integrations/tracing/tedious';
34
export { genericPoolIntegration } from './integrations/tracing/genericPool';
35
export { dataloaderIntegration } from './integrations/tracing/dataloader';
36
export { amqplibIntegration } from './integrations/tracing/amqplib';
37
+export { childProcessIntegration } from './integrations/childProcess';
38
39
export { SentryContextManager } from './otel/contextManager';
40
export { generateInstrumentOnce } from './otel/instrument';
0 commit comments