Rocky_Mountain_Vending/.pnpm-store/v10/files/59/35e41f35ff894ddbab3e03f1b875ef5019de8e868319a6434e624bb3ad77d9682cb57869516b7fc88832ba6cad1d0f6e00d9ac722842e977358f9924441441
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

8 lines
No EOL
408 B
Text

import { InstrumentationConfig } from '@opentelemetry/instrumentation';
export interface KnexInstrumentationConfig extends InstrumentationConfig {
/** max query length in db.statement attribute ".." is added to the end when query is truncated */
maxQueryLength?: number;
/** only create spans if part of an existing trace */
requireParentSpan?: boolean;
}
//# sourceMappingURL=types.d.ts.map