Rocky_Mountain_Vending/.pnpm-store/v10/files/78/7ce561ea6f52bf9f0a05a0ce20a07acada34c352b74581bef33554eb3601ef9e6f15dbf33d16373a9ecf3efc8c1c617784af68ca0769fd75e5b5acdbdb7c58
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

10 lines
No EOL
404 B
Text

import { InstrumentationConfig } from '@opentelemetry/instrumentation';
export interface DataloaderInstrumentationConfig extends InstrumentationConfig {
/**
* Whether the instrumentation requires a parent span, if set to true
* and there is no parent span, no additional spans are created
* (default: true)
*/
requireParentSpan?: boolean;
}
//# sourceMappingURL=types.d.ts.map