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>
9 lines
No EOL
362 B
Text
9 lines
No EOL
362 B
Text
import type { EventHint } from './types-hoist/event';
|
|
import type { 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 |