Rocky_Mountain_Vending/.pnpm-store/v10/files/1f/3e0811555e89102bac690bb7f22eed80d61a06045213cb9a7480b2e130fe98ee655cb28dd62fa9ccf8cb5f3d5f5ecd4aac844da94e69e8cf3607da8333411c
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
No EOL
731 B
Text

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