Files
klz-cables.com/.pnpm-store/v10/files/ab/e18463a9a227528b47574c1c26c8bf2843f772c44d63dfd9f5f38a5305821fe00c7a5d5bc68f31efd3cc25d124cc3416771305dd4fd455d0dd0692c013f209
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

21 lines
752 B
Plaintext

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