Rocky_Mountain_Vending/.pnpm-store/v10/files/3f/c9d8ec53fa420335d9a89a0c9e6bf71e211c3d4f16e5bc6a5b64a7adfe6e2e4f08bd13228222f18c6e6d0e690a5a13ad7190eaab7ed74ff61c0dca55dff62e
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
278 B
Text

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