Rocky_Mountain_Vending/.pnpm-store/v10/files/d2/2e7873b8ab774e75b5f777a298ab38490cf4668ef1f341125eef13075c501b7d8b87cbb658b19c3a8ae336b1e0a8a8cc2307b54b1ab618a1389a901d1ce49d
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
282 B
Text

import { AbstractSpan } from '../types';
/**
*
* @param otelSpan Checks whether a given OTEL Span is an http request to sentry.
* @returns boolean
*/
export declare function isSentryRequestSpan(span: AbstractSpan): boolean;
//# sourceMappingURL=isSentryRequest.d.ts.map