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>
10 lines
No EOL
404 B
Text
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 |