UNPKG

447 BTypeScriptView Raw
1export declare const instrumentKnex: ((options?: unknown) => void) & {
2 id: string;
3};
4/**
5 * Knex integration
6 *
7 * Capture tracing data for [Knex](https://knexjs.org/).
8 *
9 * @example
10 * ```javascript
11 * import * as Sentry from '@sentry/node';
12 *
13 * Sentry.init({
14 * integrations: [Sentry.knexIntegration()],
15 * });
16 * ```
17 */
18export declare const knexIntegration: () => import("@sentry/core").Integration;
19//# sourceMappingURL=knex.d.ts.map
\No newline at end of file