Rocky_Mountain_Vending/.pnpm-store/v10/files/2e/77ba1679e9a1e6a91e7baf08006cbd5164a3ee95059916872cf3777ae2b4fd38189d442ecf384a54473809cda5cc0464d70127a902b575dfb892e1554c2808
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
No EOL
278 B
Text

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