Rocky_Mountain_Vending/.pnpm-store/v10/files/70/b3f3cf6bc4a768725bd8edf73ccccf043ed98a00f12b3f580674f10a88014d6cc59f5a9c7d960c3cde32505df55425ca03f90edfd29fac5214cc687768dad2
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
No EOL
328 B
Text

import type { 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