UNPKG

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