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.
getModule
1 parent 86ffdf4 commit 9df6adeCopy full SHA for 9df6ade
packages/node/src/index.ts
@@ -60,6 +60,7 @@ export { makeNodeTransport } from './transports';
60
export { defaultIntegrations, init, defaultStackParser, lastEventId, flush, close, getSentryRelease } from './sdk';
61
export { addRequestDataToEvent, DEFAULT_USER_INCLUDES, extractRequestData } from './requestdata';
62
export { deepReadDirSync } from './utils';
63
+export { getModule } from './module';
64
65
import { Integrations as CoreIntegrations } from '@sentry/core';
66
0 commit comments