Rocky_Mountain_Vending/.pnpm-store/v10/files/7e/0f7812ecd3df169d8b6123436203a89a784bb57a26fae8c64e7e87c45dc2df3ca49d740b82d5ede721b15872ba30a549480f86dc0f6c6ef13c648decc15a16
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
274 B
Text

import type { Client } from '../client';
/**
* Checks whether given url points to Sentry server
*
* @param url url to verify
*/
export declare function isSentryRequestUrl(url: string, client: Client | undefined): boolean;
//# sourceMappingURL=isSentryRequestUrl.d.ts.map