Rocky_Mountain_Vending/.pnpm-store/v10/files/34/125a17cd55affdfc84fdd34604a001745eab6089f42bd25640929028410ca52e6e44d5008084df243f2ba250f66301ee28f2f03119e08d556a9d28b93ab7f7
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

7 lines
331 B
Text

import { Client } from '@sentry/core';
/**
* Setup a DSC handler on the passed client,
* ensuring that the transaction name is inferred from the span correctly.
*/
export declare function enhanceDscWithOpenTelemetryRootSpanName(client: Client): void;
//# sourceMappingURL=enhanceDscWithOpenTelemetryRootSpanName.d.ts.map