Rocky_Mountain_Vending/.pnpm-store/v10/files/12/ef715509a23a25d277260abec4df0356a1c685ee34add58d8d629dddec3f894c368c296b6af19d54a664da9284a1500afdda5498509866bd51236b431edaae
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

20 lines
818 B
Text

import { GenericPoolInstrumentation } from '@opentelemetry/instrumentation-generic-pool';
export declare const instrumentGenericPool: ((options?: unknown) => GenericPoolInstrumentation) & {
id: string;
};
/**
* Adds Sentry tracing instrumentation for the [generic-pool](https://www.npmjs.com/package/generic-pool) library.
*
* For more information, see the [`genericPoolIntegration` documentation](https://docs.sentry.io/platforms/javascript/guides/node/configuration/integrations/genericpool/).
*
* @example
* ```javascript
* const Sentry = require('@sentry/node');
*
* Sentry.init({
* integrations: [Sentry.genericPoolIntegration()],
* });
* ```
*/
export declare const genericPoolIntegration: () => import("@sentry/core").Integration;
//# sourceMappingURL=genericPool.d.ts.map