UNPKG

685 BTypeScriptView Raw
1export declare const instrumentGenericPool: ((options?: unknown) => void) & {
2 id: string;
3};
4/**
5 * Adds Sentry tracing instrumentation for the [generic-pool](https://www.npmjs.com/package/generic-pool) library.
6 *
7 * For more information, see the [`genericPoolIntegration` documentation](https://docs.sentry.io/platforms/javascript/guides/node/configuration/integrations/genericpool/).
8 *
9 * @example
10 * ```javascript
11 * const Sentry = require('@sentry/node');
12 *
13 * Sentry.init({
14 * integrations: [Sentry.genericPoolIntegration()],
15 * });
16 * ```
17 */
18export declare const genericPoolIntegration: () => import("@sentry/core").Integration;
19//# sourceMappingURL=genericPool.d.ts.map
\No newline at end of file