Rocky_Mountain_Vending/.pnpm-store/v10/files/32/589ea4d10550ffa5b43d0b06368dd76275d3445d2dfd945ee03beca6a24ced12e649fd25c174c8b485eee9aecf28e038e97bdd41b7c5fb36418193412faf78
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

12 lines
688 B
Text

import { ReportDialogOptions } from './report-dialog';
import { DsnComponents, DsnLike } from './types-hoist/dsn';
import { SdkInfo } from './types-hoist/sdkinfo';
/**
* Returns the envelope endpoint URL with auth in the query string.
*
* Sending auth as part of the query string and not as custom HTTP headers avoids CORS preflight requests.
*/
export declare function getEnvelopeEndpointWithUrlEncodedAuth(dsn: DsnComponents, tunnel?: string, sdkInfo?: SdkInfo): string;
/** Returns the url to the report dialog endpoint. */
export declare function getReportDialogEndpoint(dsnLike: DsnLike, dialogOptions: ReportDialogOptions): string;
//# sourceMappingURL=api.d.ts.map