UNPKG

589 BTypeScriptView Raw
1import { EventProcessor, Hub, Integration } from '@sentry/types';
2/** Add node modules / packages to the event */
3export declare class Modules implements Integration {
4 /**
5 * @inheritDoc
6 */
7 static id: string;
8 /**
9 * @inheritDoc
10 */
11 name: string;
12 /**
13 * @inheritDoc
14 */
15 setupOnce(addGlobalEventProcessor: (callback: EventProcessor) => void, getCurrentHub: () => Hub): void;
16 /** Fetches the list of modules and the versions loaded by the entry file for your node.js app. */
17 private _getModules;
18}
19//# sourceMappingURL=modules.d.ts.map
\No newline at end of file