UNPKG

284 BTypeScriptView Raw
1export declare const instrumentPostgres: ((options?: unknown) => void) & {
2 id: string;
3};
4/**
5 * Postgres integration
6 *
7 * Capture tracing data for pg.
8 */
9export declare const postgresIntegration: () => import("@sentry/types").Integration;
10//# sourceMappingURL=postgres.d.ts.map
\No newline at end of file