Rocky_Mountain_Vending/.pnpm-store/v10/files/7a/7c1f6cd02c6e4a66bc8bd0fc3b990f6b364b1e0889873b961772897d2dacad47743e49dd95a40f63444b473ad77a8ded1ed6fa2cba51d672bcffea5a8b2253
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

9 lines
362 B
Text

import { EventHint } from './types-hoist/event';
import { SendFeedbackParams } from './types-hoist/feedback';
/**
* Send user feedback to Sentry.
*/
export declare function captureFeedback(params: SendFeedbackParams, hint?: EventHint & {
includeReplay?: boolean;
}, scope?: import("./scope").Scope): string;
//# sourceMappingURL=feedback.d.ts.map